Skip to content

Commit 1596c08

Browse files
committed
Disable change check for testing
1 parent 7ecfb92 commit 1596c08

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)