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 41b093e commit 1d41269Copy full SHA for 1d41269
.github/workflows/build-deploy-docker.yaml
@@ -208,7 +208,7 @@ jobs:
208
- name: Get GKE creds
209
id: gcloud-get-gke-creds
210
uses: google-github-actions/get-gke-credentials@v2
211
- if: ${{ contains(github.ref, 'main') && github.event.pull_request.title != 'Feedback' steps.gcloud-detect-gke.outputs.is_up == 'true' }}
+ if: ${{ contains(github.ref, 'main') && github.event.pull_request.title != 'Feedback' && steps.gcloud-detect-gke.outputs.is_up == 'true' }}
212
with:
213
cluster_name: ${{ secrets.GKE_CLUSTER }}
214
location: ${{ secrets.GKE_ZONE }}
0 commit comments