Skip to content

Commit df265ec

Browse files
committed
Update GitHub Action
1 parent 186868e commit df265ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pull_request.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,28 +61,28 @@ jobs:
6161
secrets: inherit
6262

6363
deploy-api-stg:
64-
needs: continuous-integration
64+
needs: [deploy-api-dev, deploy-transcriber-dev]
6565
uses: ./.github/workflows/_deploy_api.yaml
6666
with:
6767
environment: stg
6868
secrets: inherit
6969

7070
deploy-transcriber-stg:
71-
needs: continuous-integration
71+
needs: [deploy-api-dev, deploy-transcriber-dev]
7272
uses: ./.github/workflows/_deploy_transcriber.yaml
7373
with:
7474
environment: pro
7575
secrets: inherit
7676

7777
deploy-api-pro:
78-
needs: continuous-integration
78+
needs: [deploy-api-stg, deploy-transcriber-stg]
7979
uses: ./.github/workflows/_deploy_api.yaml
8080
with:
8181
environment: pro
8282
secrets: inherit
8383

8484
deploy-transcriber-pro:
85-
needs: continuous-integration
85+
needs: [deploy-api-stg, deploy-transcriber-stg]
8686
uses: ./.github/workflows/_deploy_transcriber.yaml
8787
with:
8888
environment: pro

0 commit comments

Comments
 (0)