From c2d74a2260905424a6cacef10768ca8afd18fafe Mon Sep 17 00:00:00 2001 From: Mengwei Liu Date: Mon, 28 Oct 2024 09:25:11 -0700 Subject: [PATCH] Remove "Android" from update-viablestrict.yml After https://github.com/pytorch/executorch/pull/6449 we should not require "Android" jobs to pass because they are merged into "pull" jobs. --- .github/workflows/update-viablestrict.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}