From 6fbe0a6db01781d82467e1501901e912d8e72a96 Mon Sep 17 00:00:00 2001 From: Roger Pau Monne Date: Fri, 28 Feb 2025 11:37:26 +0100 Subject: [PATCH] DNA: enable Qubes jobs on non-protected branches --- automation/gitlab-ci/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/gitlab-ci/test.yaml b/automation/gitlab-ci/test.yaml index a603d4039a..b773d8ffb4 100644 --- a/automation/gitlab-ci/test.yaml +++ b/automation/gitlab-ci/test.yaml @@ -160,7 +160,7 @@ - if: $SELECTED_JOBS_ONLY && $CI_JOB_NAME =~ $SELECTED_JOBS_ONLY - if: $SELECTED_JOBS_ONLY when: never - - if: $QUBES_JOBS == "true" && $CI_COMMIT_REF_PROTECTED == "true" + - if: $QUBES_JOBS == "true" tags: - qubes-hw2 -- 2.39.5