Skip to content

Commit

Permalink
Build/Test Tools: Correct upgrade testing workflow name.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
desrosj committed Nov 13, 2024
1 parent b082308 commit 7b29414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upgrade-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:
# Always test the workflow after it's updated.
paths:
- '.github/workflows/upgrade-testing.yml'
- '.github/workflows/upgrade-testing-run.yml'
- '.github/workflows/reusable-upgrade-testing.yml'
pull_request:
# Always test the workflow when changes are suggested.
paths:
- '.github/workflows/upgrade-testing.yml'
- '.github/workflows/upgrade-testing-run.yml'
- '.github/workflows/reusable-upgrade-testing.yml'
workflow_dispatch:
inputs:
new-version:
Expand Down

0 comments on commit 7b29414

Please sign in to comment.