We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58e7ba1 commit 7a108faCopy full SHA for 7a108fa
.github/workflows/auto-update.yml
@@ -7,6 +7,9 @@ on:
7
branches:
8
- feat/github-actions
9
10
+concurrency:
11
+ group: deploy-prod-stack
12
+
13
jobs:
14
auto-update:
15
runs-on: ubuntu-latest
.github/workflows/demo-test.yml
@@ -8,6 +8,9 @@ on:
- feat/github-actions**
demo-test:
16
0 commit comments