File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 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
22
33on : [push, pull_request]
44
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+
510jobs :
611 build :
712 runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -2,6 +2,11 @@ name: 'Tests: node.js'
22
33on : [pull_request, push]
44
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+
510permissions :
611 contents : read
712
Original file line number Diff line number Diff line change @@ -2,6 +2,11 @@ name: 'Tests: packages'
22
33on : [pull_request, push]
44
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+
510permissions :
611 contents : read
712
You can’t perform that action at this time.
0 commit comments