cancel in progress

This commit is contained in:
Cody Lee 2022-12-28 11:52:11 -06:00
parent 593ba2f84c
commit dc703999bc
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

View File

@ -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: