Skip to content

Commit

Permalink
Add run-name for workflow_dispatch runs [ci] (#91873)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored Apr 22, 2023
1 parent bba225a commit 9ccc005
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 9ccc005

Please sign in to comment.