Cancel previous GitHub actions runs when PR updated
This commit is contained in:
parent
d678d9a960
commit
3938549a14
1 changed files with 4 additions and 0 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -3,6 +3,10 @@ name: Run instrumentation tests
|
|||
on:
|
||||
push:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
instrumentation_tests:
|
||||
runs-on: macos-11
|
||||
|
|
Loading…
Reference in a new issue