Skip to content

Commit

Permalink
Re-introduce image build conditional check
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 committed Oct 29, 2024
1 parent 9fca339 commit 2001294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
name: Build and push images
runs-on: ubuntu-latest
needs: changes
# if: ${{ needs.changes.outputs.images == 'true' || github.ref_type == 'tag' }}
if: ${{ needs.changes.outputs.images == 'true' || github.ref_type == 'tag' }}
strategy:
matrix:
include:
Expand Down

0 comments on commit 2001294

Please sign in to comment.