Skip to content

Commit ba45ca5

Browse files
committed
Update on "Restrict promoting commit to stable branch by including Android & Aplle jobs"
[ghstack-poisoned]
1 parent 149c59e commit ba45ca5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build ExecuTorch Android demo apps
1+
name: Android
22

33
on:
44
push:

.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\", \"android\", \"apple\"]'
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)