Skip to content

Commit 2001294

Browse files
committed
Re-introduce image build conditional check
1 parent 9fca339 commit 2001294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-push-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
name: Build and push images
3636
runs-on: ubuntu-latest
3737
needs: changes
38-
# if: ${{ needs.changes.outputs.images == 'true' || github.ref_type == 'tag' }}
38+
if: ${{ needs.changes.outputs.images == 'true' || github.ref_type == 'tag' }}
3939
strategy:
4040
matrix:
4141
include:

0 commit comments

Comments
 (0)