Skip to content

Commit f63d16c

Browse files
malfetpytorchmergebot
authored andcommitted
Make viable/strict updatable again (#164374)
To allow viable/strict to move forward, after #164260 was landed Pull Request resolved: #164374 Approved by: https://github.com/seemethere
1 parent 8dfc8ef commit f63d16c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-viablestrict.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
repository: pytorch/pytorch
2525
stable-branch: viable/strict
26-
requires: '[\"pull\", \"trunk\", \"lint\", \"^linux-binary-manywheel$\", \"^linux-binary-libtorch-release$\", \"linux-aarch64\"]'
26+
requires: '[\"pull\", \"trunk\", \"lint\", \"linux-aarch64\"]'
2727
secret-bot-token: ${{ secrets.MERGEBOT_TOKEN }}
2828
clickhouse-url: ${{ secrets.CLICKHOUSE_URL }}
2929
clickhouse-username: ${{ secrets.CLICKHOUSE_VIABLESTRICT_USERNAME }}

0 commit comments

Comments
 (0)