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 ca9063e commit e5e2fd5Copy full SHA for e5e2fd5
.github/workflows/ci.yml
@@ -4,6 +4,9 @@ on:
4
- pull_request
5
jobs:
6
build:
7
+ concurrency:
8
+ group: ${{ github.ref }}
9
+ cancel-in-progress: true
10
name: 'Test on Node ${{ matrix.node }} and ${{ matrix.os }}'
11
runs-on: '${{ matrix.os }}'
12
strategy:
0 commit comments