Merge branch 'scheduledinterruption' into 'master'

Don't auto cancel jobs that only run when scheduled

See merge request OpenMW/openmw!4834
This commit is contained in:
psi29a 2025-08-07 07:07:45 +00:00
commit dd654e62f8

View File

@ -9,6 +9,8 @@ stages:
- test
workflow:
auto_cancel:
on_new_commit: interruptible
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
@ -99,6 +101,7 @@ Coverity:
- saas-linux-medium-amd64
image: ubuntu:24.04
stage: build
interruptible: false
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"
cache:
@ -140,6 +143,7 @@ Coverity:
Coverity_Upload:
image: ubuntu:24.04
stage: build
interruptible: false
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"
before_script: