Skip to content

Commit d6e65ff

Browse files
feat: add concurrency settings to validate-and-release.yml (#98)
1 parent 2462a02 commit d6e65ff

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/validate-and-release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ on:
2525
env:
2626
PYTHON_VERSION: '3.11'
2727

28+
concurrency:
29+
group: ${{ github.workflow }}-${{ github.ref }}
30+
cancel-in-progress: true
31+
2832
jobs:
2933
validate:
3034
name: Validate Specs
@@ -457,4 +461,4 @@ jobs:
457461
git push origin "$BRANCH"
458462
gh pr create --title "docs: update validation report" \
459463
--body "Auto-generated from validation pipeline run."
460-
gh pr merge --auto --squash
464+
gh pr merge --auto --squash

0 commit comments

Comments
 (0)