diff --git a/.github/workflows/update-viablestrict.yml b/.github/workflows/update-viablestrict.yml index bccd8b7b73b..ab865fc1adf 100644 --- a/.github/workflows/update-viablestrict.yml +++ b/.github/workflows/update-viablestrict.yml @@ -20,7 +20,7 @@ jobs: with: repository: pytorch/executorch stable-branch: viable/strict - requires: '[\"pull\", \"lint\", \"trunk\", \"Build documentation\", \"^Android$\", \"^Apple$\"]' + requires: '[\"pull\", \"lint\", \"trunk\", \"Build documentation\", \"^Apple$\"]' secret-bot-token: ${{ secrets.UPDATEBOT_TOKEN }} clickhouse-url: ${{ secrets.CLICKHOUSE_URL }} clickhouse-username: ${{ secrets.CLICKHOUSE_VIABLESTRICT_USERNAME }}