From 72d9f09e77608c907261db7595e55a4edf50d4a2 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 ccaff7da3b8..e57680fe0e7 100644 --- a/.github/workflows/documentation-tests.yaml +++ b/.github/workflows/documentation-tests.yaml @@ -27,7 +27,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') ) }}