cancel in progress
This commit is contained in:
parent
593ba2f84c
commit
dc703999bc
|
|
@ -6,6 +6,10 @@ on:
|
|||
permissions:
|
||||
contents: read
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
test:
|
||||
strategy:
|
||||
|
|
|
|||
Loading…
Reference in New Issue