diff --git a/.github/workflows/website-checker.yml b/.github/workflows/website-checker.yml index 8e4360b967..17d69dc8ca 100644 --- a/.github/workflows/website-checker.yml +++ b/.github/workflows/website-checker.yml @@ -23,7 +23,7 @@ jobs: website-check: # If there's already a `type/docs-cherrypick` label or an explicit `pr/no-docs` label, we ignore this check if: >- - !contains(github.event.pull_request.labels.*.name, 'type/docs-cherrypick') || + !contains(github.event.pull_request.labels.*.name, 'type/docs-cherrypick') && !contains(github.event.pull_request.labels.*.name, 'pr/no-docs') runs-on: ubuntu-latest