Skip to content

Commit f0c6666

Browse files
guangy10facebook-github-bot
authored andcommitted
Restrict promoting commit to stable branch by including Android & Apple jobs (#2757)
Summary: Pull Request resolved: #2757 Hardening our OSS CI. Just realized recently added jobs Apple/Android demo apps are not included in the stable branch check. imported-using-ghimport Test Plan: Imported from OSS Reviewed By: huydhn Differential Revision: D55510295 Pulled By: guangy10 fbshipit-source-id: 6a04c8e45e32297b2f9e6ec2f7a5bffda81e301a
1 parent f799c0e commit f0c6666

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\"]'
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)