1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-11-02 10:26:38 +00:00

Use tautology in place of absent true literal

This commit is contained in:
AnyOldName3 2021-11-28 18:31:56 +00:00
parent ab4a9195ef
commit 3a00f311c5

View file

@ -403,7 +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
- 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:
extends: