We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7d3045 commit 821b661Copy full SHA for 821b661
1 file changed
.github/workflows/receive-beta-build.yml
@@ -7,6 +7,10 @@ on:
7
permissions:
8
contents: write
9
10
+concurrency:
11
+ group: "deploy-beta"
12
+ cancel-in-progress: false
13
+
14
jobs:
15
deploy:
16
runs-on: ubuntu-latest
0 commit comments