Skip to content

Commit cc26db4

Browse files
committed
chore(ci): queue version bump workflow
1 parent 794dfae commit cc26db4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/version-bump.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ on:
1313
- major
1414
default: patch
1515

16+
concurrency:
17+
group: version-bump
18+
# Queue runs to avoid overlapping version bumps, tag collisions, and push races.
19+
cancel-in-progress: false
20+
1621
permissions:
1722
contents: write # Required for pushing commits and tags
1823
packages: write # Required for GHCR push (docker-publish)

0 commit comments

Comments
 (0)