diff --git a/.github/workflows/documentation-tests.yaml b/.github/workflows/documentation-tests.yaml index d88f52c050a..e626b03eb33 100644 --- a/.github/workflows/documentation-tests.yaml +++ b/.github/workflows/documentation-tests.yaml @@ -23,7 +23,6 @@ jobs: ubuntu-build-and-test-documentation: name: Documentation build and test if: ${{ ( - !contains(github.event.pull_request.labels.*.name, 'skip-ci') && !contains(github.event.pull_request.labels.*.name, 'conflicts') ) }}