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:
Jonathan Desrosiers
2023-03-10 00:15:07 +00:00
parent 60639bde6b
commit b2ec9f050e

View File

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