Skip to content

Commit 8ce1cc3

Browse files
committed
Adjust CI job name
1 parent aab5bda commit 8ce1cc3

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/container_images.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@ permissions:
2424

2525
jobs:
2626
images:
27-
name: ${{ case(github.event_name == 'pull_request', 'Build and test images', 'Build and push images') }}
27+
name: ${{ case(
28+
github.event_name == 'pull_request', 'Build and test images',
29+
github.event_name == 'release', 'Build and push images',
30+
'Build images'
31+
) }}
2832
runs-on: ubuntu-latest
2933
steps:
3034
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)