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
|
||||
image: ubuntu:24.04
|
||||
stage: build
|
||||
# rules:
|
||||
# - if: $CI_PIPELINE_SOURCE == "schedule"
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == "schedule"
|
||||
cache:
|
||||
key: Coverity.ubuntu_24.04.v1
|
||||
paths:
|
||||
|
@ -140,6 +140,8 @@ Coverity:
|
|||
Coverity_Upload:
|
||||
image: ubuntu:24.04
|
||||
stage: build
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == "schedule"
|
||||
before_script:
|
||||
- CI/install_debian_deps.sh coverity_upload
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue