mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-25 15:11:33 +00:00
Only run static jobs when cmake-related things are modified
This commit is contained in:
parent
bf019bf280
commit
ca45391079
1 changed files with 7 additions and 0 deletions
|
@ -127,6 +127,13 @@ Ubuntu_GCC_tests_Debug:
|
||||||
|
|
||||||
Ubuntu_GCC_Static_Deps:
|
Ubuntu_GCC_Static_Deps:
|
||||||
extends: Ubuntu_GCC
|
extends: Ubuntu_GCC
|
||||||
|
rules:
|
||||||
|
- if: $CI_PIPELINE_SOURCE == "push"
|
||||||
|
changes:
|
||||||
|
- "**/CMakeLists.txt"
|
||||||
|
- "cmake/**/*"
|
||||||
|
- "CI/**/*"
|
||||||
|
- ".gitlab-ci.yml"
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
cache:
|
cache:
|
||||||
key: Ubuntu_GCC_Static_Deps
|
key: Ubuntu_GCC_Static_Deps
|
||||||
|
|
Loading…
Reference in a new issue