From 4fd76abad307506fe919f56791f33138f6a4e541 Mon Sep 17 00:00:00 2001 From: EduPonz Date: Wed, 27 Mar 2024 12:05:50 +0100 Subject: [PATCH] Refs #20694: DROP Run docs CI even when skip-ci Signed-off-by: EduPonz --- .github/workflows/documentation-tests.yaml | 1 - 1 file changed, 1 deletion(-) 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') ) }}