Skip to content

Commit 587ec41

Browse files
committed
Update to workflows.
always build the example images because it's not apparent how to skip the build if none of the matrix job tasks changed.
1 parent 010b87a commit 587ec41

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build_and_publish_changed_images.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ jobs:
9090
# Note: When modifying this job, copy modifications to all other workflows' image jobs.
9191
changed_example_images:
9292
needs: changed_component_images
93-
if: needs.changed_component_images.outputs.any_changed == 'true' || needs.changed_component_images.outputs.any_deleted == 'true'
9493
runs-on: ubuntu-latest
9594
strategy:
9695
matrix:

0 commit comments

Comments
 (0)