Skip to content

Commit

Permalink
Adjust SKIP_BUILDS
Browse files Browse the repository at this point in the history
  • Loading branch information
warrenchristian1telus committed Oct 12, 2023
1 parent f4852d6 commit 7189f87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: "./"
Expand All @@ -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: "./"
Expand Down

0 comments on commit 7189f87

Please sign in to comment.