Skip to content

Commit 5f9554e

Browse files
fix: cursor wants concurrency protection
1 parent 5bd183f commit 5f9554e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build_prod_template.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
type: boolean
1010
default: false
1111

12+
concurrency:
13+
group: Release-${{ github.ref }}
14+
cancel-in-progress: false
15+
1216
permissions:
1317
contents: read
1418

0 commit comments

Comments
 (0)