Skip to content

Commit 62b2fc1

Browse files
committed
Testing
1 parent 1240f09 commit 62b2fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: php .github/nightly_matrix.php "${{ github.event_name }}" "${{ github.run_attempt }}" "${{ github.ref }}" '${{ toJSON(github.event.pull_request.labels) }}'
4646
PUSH:
4747
needs: GENERATE_MATRIX
48-
name: ${{ fromJson(needs.GENERATE_MATRIX.outputs.branches)[0].ref }}
48+
name: ${{ matrix.branch.ref }}
4949
uses: ./.github/workflows/nightly.yml
5050
strategy:
5151
fail-fast: false

0 commit comments

Comments
 (0)