Skip to content

Commit b03e579

Browse files
committed
set run-name for workflow_dispatch in dockers_deploy_and_test.yml
1 parent 09b4472 commit b03e579

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/dockers_deploy_and_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Build & Publish GitHub Container Registry (GHCR) Images
22
name: Deploy and Test
3+
run-name: >-
4+
${{ github.event_name == 'workflow_dispatch' && 'pygemc workflow dispatch' || github.ref_name }}
35
permissions:
46
contents: read
57
packages: write

0 commit comments

Comments
 (0)