Skip to content

Commit 821b661

Browse files
authored
Add concurrency settings to beta build workflow
1 parent b7d3045 commit 821b661

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/receive-beta-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
permissions:
88
contents: write
99

10+
concurrency:
11+
group: "deploy-beta"
12+
cancel-in-progress: false
13+
1014
jobs:
1115
deploy:
1216
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)