From e7dcd9357d8681d1bec804546161a5caa451992c Mon Sep 17 00:00:00 2001 From: Andrew Cooper Date: Wed, 6 Dec 2023 21:54:55 +0000 Subject: [PATCH] CI: HW --- automation/gitlab-ci/test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/automation/gitlab-ci/test.yaml b/automation/gitlab-ci/test.yaml index 325be5dc49..83bf34c2a7 100644 --- a/automation/gitlab-ci/test.yaml +++ b/automation/gitlab-ci/test.yaml @@ -100,7 +100,7 @@ when: always only: variables: - - $XILINX_JOBS == "true" && $CI_COMMIT_REF_PROTECTED == "true" + - $XILINX_JOBS == "true" tags: - xilinx @@ -119,7 +119,7 @@ when: always only: variables: - - $XILINX_JOBS == "true" && $CI_COMMIT_REF_PROTECTED == "true" + - $XILINX_JOBS == "true" tags: - xilinx @@ -139,7 +139,7 @@ when: always only: variables: - - $QUBES_JOBS == "true" && $CI_COMMIT_REF_PROTECTED == "true" + - $QUBES_JOBS == "true" tags: - qubes-hw2 -- 2.39.5