We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75b8cf5 commit fd7a21cCopy full SHA for fd7a21c
1 file changed
.github/workflows/e2e-deploy.yml
@@ -9,6 +9,9 @@ on:
9
branches:
10
- main
11
12
+concurrency:
13
+ group: ${{ github.workflow }}-main
14
+ cancel-in-progress: false
15
16
jobs:
17
run_action:
0 commit comments