From 7189f87eeb744d6ba861ac059edf4d254ad5b40c Mon Sep 17 00:00:00 2001 From: Warren Christian <70002196+warrenchristian1telus@users.noreply.github.com> Date: Wed, 11 Oct 2023 17:12:29 -0700 Subject: [PATCH] Adjust SKIP_BUILDS --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ffecabd..08e711e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -111,7 +111,7 @@ jobs: keys-case: upper # Build the PHP image - - name: 🚧 Build PHP (SKIP? ${{ env.SKIP_BUILDS }}) + - name: "🚧 Build ${{ steps.dotenv.outputs.PHP_DEPLOYMENT_NAME }} (SKIP? ${{ env.SKIP_BUILDS }})" id: build-php if: success() && ${{ env.SKIP_BUILDS != 'YES' }} working-directory: "./" @@ -137,7 +137,7 @@ jobs: CLEAN_BUILDS_TEXT: ${{ needs.checkEnv.outputs.CLEAN_BUILDS_TEXT }} # Build the Cron image - - name: 🚧 Build Cron (SKIP? ${{ env.SKIP_BUILDS }}) + - name: "🚧 Build ${{ steps.dotenv.outputs.CRON_DEPLOYMENT_NAME }}:${{ env.BRANCH }} (SKIP? ${{ env.SKIP_BUILDS }})" id: build-cron if: success() && ${{ env.SKIP_BUILDS != 'YES' }} working-directory: "./"