Add run-name for workflow_dispatch runs [ci] (#91873)

This commit is contained in:
Marc Mueller
2023-04-23 01:15:09 +02:00
committed by GitHub
parent bba225abc5
commit 9ccc0059d2

View File

@@ -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: