heptapod-ci: always make the default run condition explicit stable
authorRaphaël Gomès <rgomes@octobus.net>
Tue, 04 Jul 2023 12:23:05 +0200
branchstable
changeset 50740 1aba446bf8e6
parent 50739 f5b02cce82ff
child 50741 929655c0e613
heptapod-ci: always make the default run condition explicit This has no effect on behavior, it's just to make everything obvious.
contrib/heptapod-ci.yml
--- a/contrib/heptapod-ci.yml	Tue Jul 04 12:21:45 2023 +0200
+++ b/contrib/heptapod-ci.yml	Tue Jul 04 12:23:05 2023 +0200
@@ -11,9 +11,11 @@
     - if: $CI_COMMIT_BRANCH =~ /^branch\/.*/ && $CI_PIPELINE_SOURCE != "web"
       when: never
     - if: $CI_PIPELINE_SOURCE == "merge_request_event"
+      when: always
     - if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
       when: never
     - if: $CI_COMMIT_BRANCH
+      when: always
 
 stages:
   - tests