Skip to content

Commit 5a6e222

Browse files
committed
Build/Test Tools: Trim performance workflow from 6.7-6.4.
[61736], [61801], [61082], and [61083] removed the `performance.yml` workflow from the 6.7-6.4 branches as part of #64083. The workflow also needs to be removed from the workflow responsible for testing old branches to avoid failures when attempting to trigger a `workflow_dispatch` event on a non-existent workflow file. See #64227, #64083. git-svn-id: https://develop.svn.wordpress.org/trunk@62035 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 8f3f3a0 commit 5a6e222

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,6 @@ jobs:
117117
workflow: 'performance.yml'
118118
- branch: '6.8'
119119
workflow: 'performance.yml'
120-
- branch: '6.7'
121-
workflow: 'performance.yml'
122-
- branch: '6.6'
123-
workflow: 'performance.yml'
124-
- branch: '6.5'
125-
workflow: 'performance.yml'
126-
- branch: '6.4'
127-
workflow: 'performance.yml'
128120

129121
# Run all branches monthly, but only the currently supported one twice per month.
130122
steps:

0 commit comments

Comments
 (0)