From f63d16c6a94f916e752f7b80b02f0922a60e6910 Mon Sep 17 00:00:00 2001 From: Nikita Shulga <2453524+malfet@users.noreply.github.com> Date: Wed, 1 Oct 2025 18:09:07 +0000 Subject: [PATCH] Make viable/strict updatable again (#164374) To allow viable/strict to move forward, after https://github.com/pytorch/pytorch/pull/164260 was landed Pull Request resolved: https://github.com/pytorch/pytorch/pull/164374 Approved by: https://github.com/seemethere --- .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 0fbf9bfd5b7..b3fc9efdf66 100644 --- a/.github/workflows/update-viablestrict.yml +++ b/.github/workflows/update-viablestrict.yml @@ -23,7 +23,7 @@ jobs: with: repository: pytorch/pytorch stable-branch: viable/strict - requires: '[\"pull\", \"trunk\", \"lint\", \"^linux-binary-manywheel$\", \"^linux-binary-libtorch-release$\", \"linux-aarch64\"]' + requires: '[\"pull\", \"trunk\", \"lint\", \"linux-aarch64\"]' secret-bot-token: ${{ secrets.MERGEBOT_TOKEN }} clickhouse-url: ${{ secrets.CLICKHOUSE_URL }} clickhouse-username: ${{ secrets.CLICKHOUSE_VIABLESTRICT_USERNAME }}