mirror of https://github.com/microsoft/vscode.git
Engineering - cancel PR build when a new commit is pushed (#254064)
This commit is contained in:
parent
5b03be390e
commit
93858ca360
|
@ -6,6 +6,10 @@ on:
|
|||
- main
|
||||
- 'release/*'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in New Issue