From caec22356c6675fe323d225dbc4af28ff9d7da5d Mon Sep 17 00:00:00 2001 From: Mattk70 <61826357+Mattk70@users.noreply.github.com> Date: Wed, 13 Nov 2024 15:29:26 +0000 Subject: [PATCH] Update check-installation.yml --- .github/workflows/check-installation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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