1
0
Fork 0
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:
jvoisin 2021-12-21 21:38:23 +01:00
parent bf019bf280
commit ca45391079

View file

@ -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