We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5629545 commit 518b20dCopy full SHA for 518b20d
.github/workflows/nightly.yml
@@ -30,3 +30,10 @@ jobs:
30
test-infra-ref: main
31
updatebot-token: ${{ secrets.UPDATEBOT_TOKEN }}
32
pytorchbot-token: ${{ secrets.GH_PYTORCHBOT_TOKEN }}
33
+
34
+ link-check:
35
+ name: Link checks
36
+ needs: update-pytorch-commit-hash
37
+ uses: ./.github/workflows/_link_check.yml
38
+ with:
39
+ ref: ${{ github.sha }}
0 commit comments