summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2023-12-13 20:10:09 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2023-12-13 20:10:09 +0100
commit199cea9b38364b0f25fa400a0db2d051594afed4 (patch)
tree69c8f67cbac4fca1b760fa137b35b2e6d42ab467
parentEnable faster zip compression and automatic job sections (diff)
downloadnheko-199cea9b38364b0f25fa400a0db2d051594afed4.tar.xz
Fix windows job rule
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
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}"