File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments