mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Build/Test Tools: Add the workflow_dispatch event to the performance workflow.
This allows workflow runs to be initiated through the GitHub API. Follow up to [55507]. See #57687. git-svn-id: https://develop.svn.wordpress.org/trunk@55508 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
1
.github/workflows/performance.yml
vendored
1
.github/workflows/performance.yml
vendored
@@ -16,6 +16,7 @@ on:
|
||||
- trunk
|
||||
- '6.[2-9]'
|
||||
- '[7-9].[0-9]'
|
||||
workflow_dispatch:
|
||||
|
||||
# Cancels all previous workflow runs for pull requests that have not completed.
|
||||
concurrency:
|
||||
|
||||
Reference in New Issue
Block a user