mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-12 22:06:00 -04:00
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:
commit
dd654e62f8
@ -9,6 +9,8 @@ stages:
|
|||||||
- test
|
- test
|
||||||
|
|
||||||
workflow:
|
workflow:
|
||||||
|
auto_cancel:
|
||||||
|
on_new_commit: interruptible
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||||
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
|
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
|
||||||
@ -99,6 +101,7 @@ Coverity:
|
|||||||
- saas-linux-medium-amd64
|
- saas-linux-medium-amd64
|
||||||
image: ubuntu:24.04
|
image: ubuntu:24.04
|
||||||
stage: build
|
stage: build
|
||||||
|
interruptible: false
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_PIPELINE_SOURCE == "schedule"
|
- if: $CI_PIPELINE_SOURCE == "schedule"
|
||||||
cache:
|
cache:
|
||||||
@ -140,6 +143,7 @@ Coverity:
|
|||||||
Coverity_Upload:
|
Coverity_Upload:
|
||||||
image: ubuntu:24.04
|
image: ubuntu:24.04
|
||||||
stage: build
|
stage: build
|
||||||
|
interruptible: false
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_PIPELINE_SOURCE == "schedule"
|
- if: $CI_PIPELINE_SOURCE == "schedule"
|
||||||
before_script:
|
before_script:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user