Skip to content

Commit 7ff485b

Browse files
add concurrency control
Co-authored-by: Daniel Kaufman <114174502+danielfromearth@users.noreply.github.com>
1 parent d0f91e4 commit 7ff485b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build-pipeline.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
- '[0-9]+.[0-9]+.[0-9]+'
1111
- '[0-9]+.[0-9]+.[0-9]+rc[0-9]+'
1212

13+
concurrency:
14+
group: ${{ github.workflow }}-${{ github.ref }}
15+
cancel-in-progress: true
16+
1317
env:
1418
PYTHON_VERSION: "3.12"
1519
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)