We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2757b70 + 10b1da0 commit 5c0989dCopy full SHA for 5c0989d
.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