Skip to content

Commit

Permalink
Update compile_exe.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CalumTowers committed Sep 18, 2023
1 parent d60850f commit ed9427f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile_exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
name: Build EXE
runs-on: windows-latest
needs: changes
if: ${{ needs.changes.outputs.build-exe == 'true' }}
# if: ${{ needs.changes.outputs.build-exe == 'true' }}
concurrency:
group: uk-controller-pack-build-${{ github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit ed9427f

Please sign in to comment.