We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2aa1a9 commit f7eb83cCopy full SHA for f7eb83c
.github/workflows/build_and_publish_changed_images.yaml
@@ -91,6 +91,7 @@ jobs:
91
changed_example_images:
92
needs: changed_component_images
93
if: needs.changed_component_images.outputs.any_changed == 'true' || needs.changed_component_images.outputs.any_deleted == 'true'
94
+ name: "changed images build & publish"
95
runs-on: ubuntu-latest
96
strategy:
97
matrix:
0 commit comments