Mercurial > hg-stable
changeset 50737:1aba446bf8e6 stable
heptapod-ci: always make the default run condition explicit
This has no effect on behavior, it's just to make everything obvious.
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Tue, 04 Jul 2023 12:23:05 +0200 |
parents | f5b02cce82ff |
children | 929655c0e613 |
files | contrib/heptapod-ci.yml |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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