mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-07 05:45:33 +00:00
(cherry picked from commit 2e052fa0d4f1571b820cdd11e71c7a7fd7e74f15)
This commit is contained in:
parent
3a00f311c5
commit
0de2ccc98a
1 changed files with 2 additions and 2 deletions
|
@ -403,8 +403,8 @@ Windows_MSBuild_Engine_Release:
|
|||
config: "Release"
|
||||
rules:
|
||||
# run this for both pushes and schedules so 'latest successful pipeline for branch' always includes it
|
||||
# there's no true literal so we have to use a tautology
|
||||
- if: $CI_PIPELINE_SOURCE == $CI_PIPELINE_SOURCE
|
||||
- if: $CI_PIPELINE_SOURCE == "push"
|
||||
- if: $CI_PIPELINE_SOURCE == "schedule"
|
||||
|
||||
Windows_MSBuild_Engine_Debug:
|
||||
extends:
|
||||
|
|
Loading…
Reference in a new issue