From b2ec9f050ee1422f74f11a415578cc5a9e50e8c3 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Fri, 10 Mar 2023 00:15:07 +0000 Subject: [PATCH] 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 --- .github/workflows/performance.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 1192b0af30..e4b0501d43 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -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: