Skip to content

Commit ec791c7

Browse files
authored
Merge pull request #794 from jeffu231/github-actions-fix
fix warning about condition always being truthy
2 parents aecc62c + 7566bba commit ec791c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
setup:
2525

26-
if: github.repository == 'VixenLights/Vixen' || ${{ vars.CAN_RUN_RELEASE_ACTION }} == 'true'
26+
if: github.repository == 'VixenLights/Vixen' || vars.CAN_RUN_RELEASE_ACTION == 'true'
2727

2828
runs-on: windows-2025-vs2026
2929
environment:

0 commit comments

Comments
 (0)