Skip to content

Commit bd6accb

Browse files
committed
Reable change detection on image builds
1 parent 0dfd58a commit bd6accb

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
@@ -40,7 +40,7 @@ jobs:
4040
packages: write # required for pushing container images
4141
security-events: write # required for pushing SARIF files
4242
needs: changes
43-
# if: ${{ needs.changes.outputs.images == 'true' || github.ref_type == 'tag' }}
43+
if: ${{ needs.changes.outputs.images == 'true' || github.ref_type == 'tag' }}
4444
strategy:
4545
matrix:
4646
include:

0 commit comments

Comments
 (0)