We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14aec62 + 966366c commit fa2caa0Copy full SHA for fa2caa0
.github/workflows/test.yml
@@ -60,7 +60,7 @@ jobs:
60
- name: Generate Matrix
61
id: set-matrix
62
run: php .github/matrix.php "${{ github.event_name }}" "${{ github.run_attempt }}" "${{ github.ref }}" '${{ toJSON(github.event.pull_request.labels) }}' "${{ github.repository }}"
63
- PUSH:
+ TEST:
64
needs: GENERATE_MATRIX
65
name: ${{ matrix.branch.name }}
66
uses: ./.github/workflows/test-suite.yml
0 commit comments