Skip to content

Commit d64e7d2

Browse files
committed
workflow run name change
1 parent 07bfe5a commit d64e7d2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/binary_tarballs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Upload and test GEMC binary tarballs.
22
name: Binary Tarballs
33

4-
run-name: Triggered by successful deploy workflow (${{ github.event.workflow_run.head_sha }})
4+
run-name: Triggered by successful deploy workflow
55

66
permissions:
77
actions: read

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Build and publish GitHub Container Registry (GHCR) images after tests pass.
22
name: Deploy
33

4-
run-name: Triggered by successful test workflow (${{ github.event.workflow_run.head_sha }})
4+
run-name: Triggered by successful test workflow
55
permissions:
66
contents: write
77
packages: write

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Test
22

3-
run-name: triggered by ${{ inputs.triggered_by || 'manual' }}
3+
run-name: ${{ github.event.head_commit.message || github.event.pull_request.title || inputs.triggered_by }}
44

55
permissions:
66
contents: read

0 commit comments

Comments
 (0)