Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit 1b83d36

Browse files
committed
chore: Adjust run-name
1 parent b63bfc0 commit 1b83d36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nightly-test.yml

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

0 commit comments

Comments
 (0)