1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-24 10:00:55 +00:00

Continue running master and release branch pipelines when we do back-to-back merges

This commit is contained in:
AnyOldName3 2024-03-13 13:55:44 +00:00 committed by AnyOldName3
parent a207b45101
commit 3c66c2cbd3

View file

@ -15,6 +15,10 @@ workflow:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
when: never
- if: $CI_COMMIT_BRANCH && $CI_COMMIT_REF_PROTECTED == 'true'
# continue running master and release branch pipelines when we do back-to-back merges in case one introduces a regression
auto_cancel:
on_new_commit: none
- if: $CI_COMMIT_BRANCH
# https://blog.nimbleways.com/let-s-make-faster-gitlab-ci-cd-pipelines/