1
0
Fork 0
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:
AnyOldName3 2021-11-28 18:37:37 +00:00
parent 3a00f311c5
commit 0de2ccc98a

View file

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