File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -208,14 +208,14 @@ jobs:
208
208
- name : Get GKE creds
209
209
id : gcloud-get-gke-creds
210
210
uses : google-github-actions/get-gke-credentials@v2
211
- if : ${{ contains(github.ref, 'main') && github.event.pull_request.title != 'Feedback' steps.detect-gke.outputs.is_up == 'true' }}
211
+ if : ${{ contains(github.ref, 'main') && github.event.pull_request.title != 'Feedback' steps.gcloud- detect-gke.outputs.is_up == 'true' }}
212
212
with :
213
213
cluster_name : ${{ secrets.GKE_CLUSTER }}
214
214
location : ${{ secrets.GKE_ZONE }}
215
215
216
216
- name : Deploy to GKE
217
217
id : gcloud-deploy-gke
218
- if : ${{ contains(github.ref, 'main') && github.event.pull_request.title != 'Feedback' && steps.detect-gke.outputs.is_up == 'true' }}
218
+ if : ${{ contains(github.ref, 'main') && github.event.pull_request.title != 'Feedback' && steps.gcloud- detect-gke.outputs.is_up == 'true' }}
219
219
run : |-
220
220
service="${{ matrix.package }}"
221
221
deployment="frontend"
You can’t perform that action at this time.
0 commit comments