mirror of
https://github.com/OpenMW/openmw.git
synced 2025-10-17 18:46:35 +00:00
Restore rules
This commit is contained in:
parent
b6b4e4f102
commit
3bf62235ba
1 changed files with 4 additions and 2 deletions
|
@ -99,8 +99,8 @@ Coverity:
|
||||||
- saas-linux-medium-amd64
|
- saas-linux-medium-amd64
|
||||||
image: ubuntu:24.04
|
image: ubuntu:24.04
|
||||||
stage: build
|
stage: build
|
||||||
# rules:
|
rules:
|
||||||
# - if: $CI_PIPELINE_SOURCE == "schedule"
|
- if: $CI_PIPELINE_SOURCE == "schedule"
|
||||||
cache:
|
cache:
|
||||||
key: Coverity.ubuntu_24.04.v1
|
key: Coverity.ubuntu_24.04.v1
|
||||||
paths:
|
paths:
|
||||||
|
@ -140,6 +140,8 @@ Coverity:
|
||||||
Coverity_Upload:
|
Coverity_Upload:
|
||||||
image: ubuntu:24.04
|
image: ubuntu:24.04
|
||||||
stage: build
|
stage: build
|
||||||
|
rules:
|
||||||
|
- if: $CI_PIPELINE_SOURCE == "schedule"
|
||||||
before_script:
|
before_script:
|
||||||
- CI/install_debian_deps.sh coverity_upload
|
- CI/install_debian_deps.sh coverity_upload
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue