Skip to content

Commit cef24ee

Browse files
authored
Remove reference to missing input in run name (#22214)
1 parent 49b6767 commit cef24ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: CI Core
2-
run-name: CI Core ${{ inputs.distinct_run_name && inputs.distinct_run_name || '' }}
2+
run-name: CI Core
33

44
concurrency:
55
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}

0 commit comments

Comments
 (0)