We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1553242 + 491bf86 commit e78f0d1Copy full SHA for e78f0d1
.github/workflows/test.yml
@@ -58,8 +58,8 @@ jobs:
58
id: set-matrix
59
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 }}"
60
TEST:
61
- if: ${{ needs.GENERATE_MATRIX.outputs.branches != '[]' }}
62
needs: GENERATE_MATRIX
+ if: ${{ needs.GENERATE_MATRIX.outputs.branches != '[]' }}
63
name: ${{ matrix.branch.name }}
64
uses: ./.github/workflows/test-suite.yml
65
strategy:
0 commit comments