From 199cea9b38364b0f25fa400a0db2d051594afed4 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Wed, 13 Dec 2023 20:10:09 +0100 Subject: [PATCH] Fix windows job rule --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b5790590..c52402cf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,6 +15,8 @@ build-windows: stage: build image: win10-base tags: [libvirt,powershell] + rules: + - if : '$CI_PIPELINE_TRIGGERED == null' variables: APPVEYOR_REPO_BRANCH: "${CI_COMMIT_REF_NAME}" APPVEYOR_REPO_COMMIT: "${CI_COMMIT_SHORT_SHA}"