diff --git a/.github/workflows/link_checkPR.yml b/.github/workflows/link_checkPR.yml index 58612bf2586..769984cd732 100644 --- a/.github/workflows/link_checkPR.yml +++ b/.github/workflows/link_checkPR.yml @@ -7,6 +7,7 @@ on: branches: [main] jobs: linkChecker: + if: "!contains(github.event.pull_request.labels.*.name, 'skip-link-check')" runs-on: ubuntu-latest steps: - uses: actions/checkout@v4