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 256cd8f commit 306817dCopy full SHA for 306817d
.github/workflows/deploy-dev.yml
@@ -9,6 +9,9 @@ on:
9
jobs:
10
deploy:
11
runs-on: ubuntu-latest
12
+ concurrency:
13
+ group: resume-book-aws-dev
14
+ cancel-in-progress: false
15
environment: "AWS DEV"
16
steps:
17
- uses: actions/checkout@v3
.github/workflows/deploy.yml
@@ -14,6 +14,9 @@ on:
deploy-dev:
18
19
20
21
22
@@ -40,6 +43,9 @@ jobs:
40
43
run: make test_ci
41
44
deploy-prod:
42
45
46
47
+ group: resume-book-aws-prod
48
49
needs:
50
- test-dev
51
- deploy-dev
0 commit comments