diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-12-13 20:10:09 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-12-13 20:10:09 +0100 |
commit | 199cea9b38364b0f25fa400a0db2d051594afed4 (patch) | |
tree | 69c8f67cbac4fca1b760fa137b35b2e6d42ab467 /.gitlab-ci.yml | |
parent | Enable faster zip compression and automatic job sections (diff) | |
download | nheko-199cea9b38364b0f25fa400a0db2d051594afed4.tar.xz |
Fix windows job rule
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
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}" |