Skip to content

Commit 88e0baa

Browse files
committed
Prevent release jobs from running concurrently [no-release]
1 parent 00b71df commit 88e0baa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-ui-bundle.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Release UI Bundle
22

3+
concurrency:
4+
group: docs-ui-release-bundle
5+
36
on:
47
push:
58
branches:

0 commit comments

Comments
 (0)