1 parent c629cf5 commit bb89273Copy full SHA for bb89273
2 files changed
.github/workflows/cd-eks-gitops.yml
@@ -73,8 +73,7 @@ jobs:
73
timeout-minutes: 20
74
if: >
75
(github.event_name == 'workflow_run'
76
- && github.event.workflow_run.conclusion == 'success')
77
- || (github.event_name == 'workflow_dispatch'
+ && github.event.workflow_run.conclusion == 'success')|| (github.event_name == 'workflow_dispatch'
78
&& inputs.environment == 'dev')
79
environment: dev
80
strategy:
.github/workflows/ci.yml
@@ -133,7 +133,7 @@ jobs:
133
POSTGRES_PASSWORD: ${{ env.POSTGRES_PASSWORD }}
134
POSTGRES_DB: ${{ env.POSTGRES_DB }}
135
options: >-
136
- --health-cmd pg_is ready
+ --health-cmd pg_isready
137
--health-interval 10s
138
--health-timeout 5s
139
--health-retries 5
0 commit comments