Skip to content

Commit 16bb95b

Browse files
committed
tc
1 parent 6d7851b commit 16bb95b

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

.github/workflows/update-viablestrict.yml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,14 @@ concurrency:
1414

1515
jobs:
1616
do_update_viablestrict:
17-
uses: pytorch/test-infra/.github/workflows/update-viablestrict.yml@main
18-
with:
19-
repository: pytorch/vision
20-
required_checks: "Build Linux,Build M1,Build Macos,Build Windows,Tests,CMake,Lint,Docs"
21-
test-infra-ref: main
22-
secrets:
23-
ROCKSET_API_KEY: ${{ secrets.ROCKSET_API_KEY }}
24-
GITHUB_DEPLOY_KEY : ${{ secrets.VISION_GITHUB_DEPLOY_KEY }}
17+
runs-on: ubuntu-20.04
18+
steps:
19+
- name: Update viable/strict
20+
uses: pytorch/test-infra/.github/actions/update-viablestrict@main
21+
with:
22+
repository: pytorch/vision
23+
stable-branch: viable/strict
24+
test-infra-ref: main
25+
requires: '[\"Build Linux\",\"Build M1\",\"Build Macos\",\"Build Windows\",\"Tests\",\"CMake\",\"Lint\",\"Docs\"]'
26+
rockset-api-key: ${{ secrets.ROCKSET_API_KEY }}
27+
secret-bot-token: ${{ secrets.VISION_GITHUB_DEPLOY_KEY }}

0 commit comments

Comments
 (0)