We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcb3c1c commit 9082594Copy full SHA for 9082594
.github/workflows/ci.yml
@@ -6,6 +6,9 @@ on:
6
pull_request:
7
paths-ignore:
8
- '*.md'
9
+concurrency:
10
+ group: ${{ github.workflow }}-${{ github.ref }}
11
+ cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
12
jobs:
13
nodejs:
14
name: Node.js
@@ -26,3 +29,4 @@ jobs:
26
29
with:
27
30
files: coverage/lcov.info
28
31
name: ${{ matrix.os }}/${{ matrix.node-version }}
32
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments