Skip to content

Commit 716e930

Browse files
committed
Build/Test Tools: Support manual runs for the test old branch workflow.
This is the only workflow that does not currently support manually running. See #62221. git-svn-id: https://develop.svn.wordpress.org/trunk@59520 602fd350-edb4-49c9-b593-d223f7449a82
1 parent b670db9 commit 716e930

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-old-branches.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
schedule:
1313
- cron: '0 0 1 * *'
1414
- cron: '0 0 15 * *'
15+
workflow_dispatch:
1516

1617
# Disable permissions for all available scopes by default.
1718
# Any needed permissions should be configured at the job level.

0 commit comments

Comments
 (0)