diff --git a/.github/workflows/compile_exe.yml b/.github/workflows/compile_exe.yml index ffc4da05b..87ed742c9 100644 --- a/.github/workflows/compile_exe.yml +++ b/.github/workflows/compile_exe.yml @@ -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