Skip to content

Commit f7eb83c

Browse files
committed
update to github workflows
1 parent c2aa1a9 commit f7eb83c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_and_publish_changed_images.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
changed_example_images:
9292
needs: changed_component_images
9393
if: needs.changed_component_images.outputs.any_changed == 'true' || needs.changed_component_images.outputs.any_deleted == 'true'
94+
name: "changed images build & publish"
9495
runs-on: ubuntu-latest
9596
strategy:
9697
matrix:

0 commit comments

Comments
 (0)