timberland-sig / edk2

EDK II fork for Timberland-SIG POC
https://github.com/tianocore/tianocore.github.io/wiki/EDK-II
Other
3 stars 2 forks source link

fixup(GH.Actions): Replace Multiline character in conditional #4

Closed Douglas-Farley closed 1 year ago

Douglas-Farley commented 1 year ago

Appears that we should have been using a pipe for the multiline conditional rather than the folding character, and there is reports [1] that the pipe and the expression indicator may have some conflicts in if conditionals. However if always evaluates with the expression anyways [2]. The result was the "deploy" step was erroneously running on non-timberland_1.0_final branches.

[1] - https://github.com/orgs/community/discussions/25641 [2] - https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idif