add concurrency check

This commit is contained in:
Daylin Morgan 2024-05-22 15:06:19 -05:00
parent 55b0e588e1
commit ff4ab8b397
Signed by: daylin
GPG Key ID: 950D13E9719334AD
1 changed files with 4 additions and 1 deletions

View File

@ -13,7 +13,10 @@ on:
required: true
type: string
# TODO: add concurrency check to cancel in-progress builds
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest