Skip to content

Commit 9082594

Browse files
committed
Update CI workflow
1 parent bcb3c1c commit 9082594

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
pull_request:
77
paths-ignore:
88
- '*.md'
9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.ref }}
11+
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
912
jobs:
1013
nodejs:
1114
name: Node.js
@@ -26,3 +29,4 @@ jobs:
2629
with:
2730
files: coverage/lcov.info
2831
name: ${{ matrix.os }}/${{ matrix.node-version }}
32+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)