mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-01 01:39:41 +00:00
Don't hide the jobs - they're already on a manual trigger
This commit is contained in:
parent
fb1c4dc786
commit
11b25e20fe
1 changed files with 2 additions and 2 deletions
|
@ -650,7 +650,7 @@ macOS14_Xcode15_arm64:
|
|||
# Gitlab can't successfully execute following binaries due to unknown reason
|
||||
# executables: "components-tests.exe,openmw-tests.exe,openmw-cs-tests.exe,openmw_detournavigator_navmeshtilescache_benchmark.exe"
|
||||
|
||||
.Windows_Ninja_CacheInit:
|
||||
Windows_Ninja_CacheInit:
|
||||
# currently, Windows jobs for all configs share the same cache key as we only cache the dependencies
|
||||
extends:
|
||||
- .Windows_Ninja_Base
|
||||
|
@ -767,7 +767,7 @@ Windows_MSBuild_RelWithDebInfo:
|
|||
# run this for both pushes and schedules so 'latest successful pipeline for branch' always includes it
|
||||
- if: $CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "merge_request_event" || $CI_PIPELINE_SOURCE == "schedule"
|
||||
|
||||
.Windows_MSBuild_CacheInit:
|
||||
Windows_MSBuild_CacheInit:
|
||||
# currently, Windows jobs for all configs share the same cache key as we only cache the dependencies
|
||||
extends:
|
||||
- .Windows_MSBuild_Base
|
||||
|
|
Loading…
Reference in a new issue