Skip to content

Commit

Permalink
Restrict promoting commit to stable branch by including Android & App…
Browse files Browse the repository at this point in the history
…le jobs (pytorch#2757)

Summary:
Pull Request resolved: pytorch#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
  • Loading branch information
guangy10 authored and facebook-github-bot committed Mar 29, 2024
1 parent f799c0e commit f0c6666
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build ExecuTorch Android demo apps
name: Android

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-viablestrict.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
with:
repository: pytorch/executorch
stable-branch: viable/strict
requires: '[\"pull\", \"lint\", \"trunk\", \"Build documentation\"]'
requires: '[\"pull\", \"lint\", \"trunk\", \"Build documentation\", \"Android\", \"Apple\"]'
secret-bot-token: ${{ secrets.UPDATEBOT_TOKEN }}
rockset-api-key: ${{ secrets.ROCKSET_API_KEY }}

0 comments on commit f0c6666

Please sign in to comment.