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 a7ca311 commit 55f04e7Copy full SHA for 55f04e7
.github/workflows/_link_check.yml
@@ -7,6 +7,7 @@ on:
7
8
jobs:
9
lint-urls:
10
+ if: ${{ github.event_name != 'pull_request' || !contains(github.event.pull_request.labels.*.name, 'skip-url-lint') }}
11
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
12
with:
13
runner: linux.2xlarge
@@ -24,6 +25,7 @@ jobs:
24
25
)
26
27
lint-xrefs:
28
+ if: ${{ github.event_name != 'pull_request' || !contains(github.event.pull_request.labels.*.name, 'skip-xref-lint') }}
29
30
31
0 commit comments