Skip to content

Commit 4aa8fa8

Browse files
committed
Remove repo-specific restrictions.
1 parent 3c5364c commit 4aa8fa8

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/upgrade-testing.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ jobs:
7272
name: Determine workflow type
7373
runs-on: 'ubuntu-24.04'
7474
timeout-minutes: 5
75-
if: ${{ github.repository == 'WordPress/wordpress-develop' }}
7675
outputs:
7776
testing-old-branch: ${{ steps.old-branch-check.outputs.testing-old-branch }}
7877
steps:
@@ -116,7 +115,6 @@ jobs:
116115
runs-on: 'ubuntu-24.04'
117116
timeout-minutes: 5
118117
needs: [ determine-workflow-type, build-test-matrix ]
119-
if: ${{ github.repository == 'WordPress/wordpress-develop' }}
120118
outputs:
121119
from-versions: ${{ steps.from-versions.outputs.from-versions }}
122120

@@ -323,7 +321,6 @@ jobs:
323321
upgrade-tests-older-branch-mysql:
324322
name: WP ${{ matrix.wp }} to ${{ inputs.new-version }} / PHP ${{ matrix.php }} / MySQL ${{ matrix.db-version }}${{ matrix.multisite && ' multisite' || '' }}
325323
uses: ./.github/workflows/reusable-upgrade-testing.yml
326-
if: ${{ github.repository == 'WordPress/wordpress-develop' }}
327324
needs: [ build-test-matrix, determine-from-versions ]
328325
permissions:
329326
contents: read

0 commit comments

Comments
 (0)