Add concurrency to CI workflow

This commit is contained in:
patrick brisbin 2023-04-05 18:10:26 -04:00
parent 8eed3a425f
commit 0e623c4b03
No known key found for this signature in database
GPG Key ID: 07BF97A312D7F34C

View File

@ -5,6 +5,10 @@ on:
push:
branches: main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest