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 f7eb83c commit 3dac323Copy full SHA for 3dac323
.github/workflows/build_and_publish_changed_images.yaml
@@ -91,7 +91,6 @@ 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