Skip to content

Commit 10b1da0

Browse files
committed
[skip ci] Rename PUSH job to TEST
1 parent 3671c6d commit 10b1da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Generate Matrix
6161
id: set-matrix
6262
run: php .github/matrix.php "${{ github.event_name }}" "${{ github.run_attempt }}" "${{ github.ref }}" '${{ toJSON(github.event.pull_request.labels) }}' "${{ github.repository }}"
63-
PUSH:
63+
TEST:
6464
needs: GENERATE_MATRIX
6565
name: ${{ matrix.branch.name }}
6666
uses: ./.github/workflows/test-suite.yml

0 commit comments

Comments
 (0)