Skip to content

Commit 518b20d

Browse files
authored
Update nightly.yml
1 parent 5629545 commit 518b20d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,10 @@ jobs:
3030
test-infra-ref: main
3131
updatebot-token: ${{ secrets.UPDATEBOT_TOKEN }}
3232
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

Comments
 (0)