Skip to content

Commit

Permalink
per #2816, update title of workflow displayed in Actions tab to displ…
Browse files Browse the repository at this point in the history
…ay the repo that triggered the workflow on workflow_dispatch events. Preserve the behavior of pull_request and push events by displaying the PR title or head commit message respectively
  • Loading branch information
georgemccabe committed Dec 9, 2024
1 parent 4306da7 commit f1ff462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Testing

run-name: ${{ (github.event_name == 'workflow_dispatch' && github.event.inputs.repository || 'Manual Trigger Testing') || (github.event_name == 'pull_request' && github.event.pull_request.title) || (github.event_name == 'push' && github.event.head_commit.message) || github.workflow }}
on:

push:
Expand Down

0 comments on commit f1ff462

Please sign in to comment.