Skip to content

Commit 03f8f24

Browse files
committed
Restrict promoting commit to stable branch by including Android & Aplle jobs
ghstack-source-id: e9d4bfc Pull Request resolved: #2757
1 parent 57e3449 commit 03f8f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-viablestrict.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
with:
2121
repository: pytorch/executorch
2222
stable-branch: viable/strict
23-
requires: '[\"pull\", \"lint\", \"trunk\", \"Build documentation\"]'
23+
requires: '[\"pull\", \"lint\", \"trunk\", \"Build documentation\", \"android\", \"apple\"]'
2424
secret-bot-token: ${{ secrets.UPDATEBOT_TOKEN }}
2525
rockset-api-key: ${{ secrets.ROCKSET_API_KEY }}

0 commit comments

Comments
 (0)