File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments