Commit e1404851780 for php.net
commit e1404851780c2e46b0475735a604139414fefefc
Author: Ilija Tovilo <ilija.tovilo@me.com>
Date: Mon Mar 2 03:37:46 2026 +0100
[skip ci] Reorder lines
Makes slightly more sense, even though order is irrelevant.
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 402403a2488..69ba4c0e486 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -58,8 +58,8 @@ jobs:
id: set-matrix
run: php .github/matrix.php "${{ github.event_name }}" "${{ github.run_attempt }}" "${{ github.event_name == 'pull_request' && github.ref || github.ref_name }}" '${{ toJSON(github.event.pull_request.labels) }}' "${{ github.repository }}"
TEST:
- if: ${{ needs.GENERATE_MATRIX.outputs.branches != '[]' }}
needs: GENERATE_MATRIX
+ if: ${{ needs.GENERATE_MATRIX.outputs.branches != '[]' }}
name: ${{ matrix.branch.name }}
uses: ./.github/workflows/test-suite.yml
strategy: