Skip to content

Commit 7b29414

Browse files
committed
Build/Test Tools: Correct upgrade testing workflow name.
The reusable upgrade testing workflow was renamed in [58165], but the event `paths` filters were not updated accordingly. See #62221. git-svn-id: https://develop.svn.wordpress.org/trunk@59403 602fd350-edb4-49c9-b593-d223f7449a82
1 parent b082308 commit 7b29414

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/upgrade-testing.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ on:
77
# Always test the workflow after it's updated.
88
paths:
99
- '.github/workflows/upgrade-testing.yml'
10-
- '.github/workflows/upgrade-testing-run.yml'
10+
- '.github/workflows/reusable-upgrade-testing.yml'
1111
pull_request:
1212
# Always test the workflow when changes are suggested.
1313
paths:
1414
- '.github/workflows/upgrade-testing.yml'
15-
- '.github/workflows/upgrade-testing-run.yml'
15+
- '.github/workflows/reusable-upgrade-testing.yml'
1616
workflow_dispatch:
1717
inputs:
1818
new-version:

0 commit comments

Comments
 (0)