Skip to content

Commit da16061

Browse files
committed
chore: Improve run-name
1 parent 1b83d36 commit da16061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This is an example workflow that will then be moved to operator-templating
33
name: Integration Test
44
run-name: |
5-
${{ inputs.test-run == 'all' && 'all' || format('{0}={1}', inputs.test-run, inputs.test-parameter) }}
5+
Integration Test on ${{ inputs.test-platform }}-${{ inputs.test-architecture }} (${{ inputs.test-run == 'all' && 'all' || format('{0}={1}', inputs.test-run, inputs.test-parameter) }})
66
77
on:
88
workflow_dispatch:

0 commit comments

Comments
 (0)