Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2023-04-14 16:48:32 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-04-14 16:52:06 +0300
commit2a0cbe908e4b67d6630475ba1c684468d4c4b9f2 (patch)
treedfd1137b1fdc092d685c75192fa793549a872799
parent73f5d47023c9074fb3217bfba712f70d02227c7c (diff)
ci: Allow manual Windows build in MR pipelines
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1054044b6..335ff3261 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -119,6 +119,8 @@ build-windows:
dependencies: []
rules:
- if: '$CI_COMMIT_TAG'
+ - if: $CI_PIPELINE_SOURCE == "merge_request_event"
+ when: manual
script:
- >
release-helper build-windows-pkg \