Skip to content

Commit

Permalink
simplify ci headers
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Jul 30, 2023
1 parent 79b1297 commit 9a52229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: yarn check-spelling

test:
name: 'Test - Node: ${{ matrix.node_version }} - TS: ${{ matrix.ts_version }} - OS: ${{ matrix.os }}'
name: 'Test: Node v${{ matrix.node_version }}'
needs: pre_job
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
strategy:
Expand Down

0 comments on commit 9a52229

Please sign in to comment.