Skip to content

Commit

Permalink
Conditionally run compression stage
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed Mar 3, 2024
1 parent be79127 commit 6f35382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,6 @@ jobs:
pull: true
push: true
secret-files: composer_auth=./auth.json
target: ${{ backend-uncompressed }}
target: ${{ github.ref == 'main' && 'backend-compressed' || 'backend-uncompressed' }}
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 6f35382

Please sign in to comment.