We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be96ae6 commit 37528afCopy full SHA for 37528af
.github/nightly_matrix.php .github/matrix.php.github/nightly_matrix.php renamed to .github/matrix.php
.github/workflows/test.yml
@@ -59,7 +59,7 @@ jobs:
59
nightly-
60
- name: Generate Matrix
61
id: set-matrix
62
- run: php .github/nightly_matrix.php "${{ github.event_name }}" "${{ github.run_attempt }}" "${{ github.ref }}" '${{ toJSON(github.event.pull_request.labels) }}' "${{ github.repository }}"
+ run: php .github/matrix.php "${{ github.event_name }}" "${{ github.run_attempt }}" "${{ github.ref }}" '${{ toJSON(github.event.pull_request.labels) }}' "${{ github.repository }}"
63
PUSH:
64
needs: GENERATE_MATRIX
65
name: ${{ matrix.branch.name }}
0 commit comments