We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84b2423 commit 442ea95Copy full SHA for 442ea95
1 file changed
.github/workflows/deploy.yml
@@ -6,6 +6,10 @@ on:
6
- ywc-20
7
workflow_dispatch:
8
9
+concurrency:
10
+ group: 'deploy'
11
+ cancel-in-progress: false
12
+
13
jobs:
14
deploy:
15
runs-on: ubuntu-latest
0 commit comments