Skip to content

Commit 37528af

Browse files
committed
Rename nightly_matrix.php to matrix.php
1 parent be96ae6 commit 37528af

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
nightly-
6060
- name: Generate Matrix
6161
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 }}"
62+
run: php .github/matrix.php "${{ github.event_name }}" "${{ github.run_attempt }}" "${{ github.ref }}" '${{ toJSON(github.event.pull_request.labels) }}' "${{ github.repository }}"
6363
PUSH:
6464
needs: GENERATE_MATRIX
6565
name: ${{ matrix.branch.name }}

0 commit comments

Comments
 (0)