File tree 3 files changed +15
-0
lines changed
3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,11 @@ name: Native and WSL
2
2
3
3
on : [push, pull_request]
4
4
5
+ concurrency :
6
+ # Pushing new changes to a branch will cancel any in-progress CI runs of this workflow
7
+ group : ${{ github.workflow }}-${{ github.ref }}
8
+ cancel-in-progress : true
9
+
5
10
jobs :
6
11
build :
7
12
runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -2,6 +2,11 @@ name: 'Tests: node.js'
2
2
3
3
on : [pull_request, push]
4
4
5
+ concurrency :
6
+ # Pushing new changes to a branch will cancel any in-progress CI runs of this workflow
7
+ group : ${{ github.workflow }}-${{ github.ref }}
8
+ cancel-in-progress : true
9
+
5
10
permissions :
6
11
contents : read
7
12
Original file line number Diff line number Diff line change @@ -2,6 +2,11 @@ name: 'Tests: packages'
2
2
3
3
on : [pull_request, push]
4
4
5
+ concurrency :
6
+ # Pushing new changes to a branch will cancel any in-progress CI runs of this workflow
7
+ group : ${{ github.workflow }}-${{ github.ref }}
8
+ cancel-in-progress : true
9
+
5
10
permissions :
6
11
contents : read
7
12
You can’t perform that action at this time.
0 commit comments