diff --git a/.github/workflows/check-installation.yml b/.github/workflows/check-installation.yml index 8418638..6214e7e 100644 --- a/.github/workflows/check-installation.yml +++ b/.github/workflows/check-installation.yml @@ -113,7 +113,7 @@ jobs: # Conditional build command for each OS - name: Build Electron application - # if: env.skip_build != 'true' # Only run this if the tag comparison was true + if: env.skip_build != 'true' # Only run this if the tag comparison was true shell: bash run: | if [[ "$RUNNER_OS" == "Windows" ]]; then