We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1240f09 commit 62b2fc1Copy full SHA for 62b2fc1
.github/workflows/push.yml
@@ -45,7 +45,7 @@ jobs:
45
run: php .github/nightly_matrix.php "${{ github.event_name }}" "${{ github.run_attempt }}" "${{ github.ref }}" '${{ toJSON(github.event.pull_request.labels) }}'
46
PUSH:
47
needs: GENERATE_MATRIX
48
- name: ${{ fromJson(needs.GENERATE_MATRIX.outputs.branches)[0].ref }}
+ name: ${{ matrix.branch.ref }}
49
uses: ./.github/workflows/nightly.yml
50
strategy:
51
fail-fast: false
0 commit comments