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