Skip to content

Commit 3cc3509

Browse files
committed
ci(modeling-commons): Allow one (test and deploy) workflow run at a time
1 parent 4434876 commit 3cc3509

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test-modeling-commons.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ on:
2424
- '.github/workflows/test-modeling-commons.yml'
2525
workflow_dispatch:
2626

27+
concurrency:
28+
group: modeling-commons-testing
29+
cancel-in-progress: true
30+
2731
jobs:
2832
test:
2933
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)