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 0b60f5d commit 3736e55Copy full SHA for 3736e55
.github/workflows/deploy-prd.yml
@@ -7,7 +7,7 @@ on:
7
- main
8
9
concurrency:
10
- group: deploy-production
+ group: deploy-prd
11
cancel-in-progress: true
12
13
jobs:
.github/workflows/deploy-stg.yml
- ghaction
- group: deploy-staging
+ group: deploy-stg
0 commit comments