mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 15:29:55 +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:
|
||||
extends: Ubuntu_GCC
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == "push"
|
||||
changes:
|
||||
- "**/CMakeLists.txt"
|
||||
- "cmake/**/*"
|
||||
- "CI/**/*"
|
||||
- ".gitlab-ci.yml"
|
||||
allow_failure: true
|
||||
cache:
|
||||
key: Ubuntu_GCC_Static_Deps
|
||||
|
|
Loading…
Reference in a new issue