limit github action concurrency

This commit is contained in:
Carl Pearson
2024-10-12 06:12:17 -06:00
parent 34cc1da615
commit b93eaa5dc5

View File

@@ -10,6 +10,10 @@ on:
# paths-ignore: # paths-ignore:
# - 'README.md' # - 'README.md'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs: jobs:
build: build: