mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Add run-name for workflow_dispatch runs [ci] (#91873)
This commit is contained in:
parent
bba225abc5
commit
9ccc0059d2
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@ -1,4 +1,5 @@
|
||||
name: CI
|
||||
run-name: "${{ github.event_name == 'workflow_dispatch' && format('CI: {0}', github.ref_name) || '' }}"
|
||||
|
||||
# yamllint disable-line rule:truthy
|
||||
on:
|
||||
|
Loading…
x
Reference in New Issue
Block a user