mirror of
https://github.com/OpenMW/openmw.git
synced 2025-11-06 11:46:41 +00:00
Use tautology in place of absent true literal
This commit is contained in:
parent
ab4a9195ef
commit
3a00f311c5
1 changed files with 2 additions and 1 deletions
|
|
@ -403,7 +403,8 @@ Windows_MSBuild_Engine_Release:
|
||||||
config: "Release"
|
config: "Release"
|
||||||
rules:
|
rules:
|
||||||
# run this for both pushes and schedules so 'latest successful pipeline for branch' always includes it
|
# run this for both pushes and schedules so 'latest successful pipeline for branch' always includes it
|
||||||
- if: true
|
# there's no true literal so we have to use a tautology
|
||||||
|
- if: $CI_PIPELINE_SOURCE == $CI_PIPELINE_SOURCE
|
||||||
|
|
||||||
Windows_MSBuild_Engine_Debug:
|
Windows_MSBuild_Engine_Debug:
|
||||||
extends:
|
extends:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue