From 8ff955e5df460580f38fb2f8f3942e555e4e2f30 Mon Sep 17 00:00:00 2001 From: DanilBaibak Date: Wed, 22 Mar 2023 08:46:26 +0100 Subject: [PATCH 1/3] Fixed the typo --- .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 1da2c3140e0..9b71d6c9657 100644 --- a/.github/workflows/update-viablestrict.yml +++ b/.github/workflows/update-viablestrict.yml @@ -14,7 +14,7 @@ jobs: uses: pytorch/test-infra/.github/workflows/update-viablestrict.yml@main with: repository: pytorch/vision - required_check: "build,cmake,lint,Build Linux,Build M1,Build Macos,Tests on Linux,Tests on macOS,Docs,Lint" + required_checks: "build,cmake,lint,Build Linux,Build M1,Build Macos,Tests on Linux,Tests on macOS,Docs,Lint" secrets: ROCKSET_API_KEY: ${{ secrets.ROCKSET_API_KEY }} GITHUB_TOKEN : ${{ secrets.VISION_GITHUB_DEPLOY_KEY }} From fe3eecba022b83b29f13d7a4d34569c324935f50 Mon Sep 17 00:00:00 2001 From: DanilBaibak Date: Wed, 22 Mar 2023 10:01:50 +0100 Subject: [PATCH 2/3] Added a viable/strict update trigger by modifying the workflow --- .github/workflows/update-viablestrict.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/update-viablestrict.yml b/.github/workflows/update-viablestrict.yml index 9b71d6c9657..e67a44b8865 100644 --- a/.github/workflows/update-viablestrict.yml +++ b/.github/workflows/update-viablestrict.yml @@ -1,6 +1,9 @@ name: Update viable/strict on: + pull_request: + paths: + - .github/workflows/update-viablestrict.yml schedule: - cron: 10,40 * * * * workflow_dispatch: From 8d8a315490196f197787fad062c48a3c87302c66 Mon Sep 17 00:00:00 2001 From: DanilBaibak Date: Wed, 22 Mar 2023 10:05:42 +0100 Subject: [PATCH 3/3] Fixed key name --- .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 e67a44b8865..279527ad985 100644 --- a/.github/workflows/update-viablestrict.yml +++ b/.github/workflows/update-viablestrict.yml @@ -20,4 +20,4 @@ jobs: required_checks: "build,cmake,lint,Build Linux,Build M1,Build Macos,Tests on Linux,Tests on macOS,Docs,Lint" secrets: ROCKSET_API_KEY: ${{ secrets.ROCKSET_API_KEY }} - GITHUB_TOKEN : ${{ secrets.VISION_GITHUB_DEPLOY_KEY }} + GITHUB_DEPLOY_KEY : ${{ secrets.VISION_GITHUB_DEPLOY_KEY }}