Skip to content

Commit 1d41269

Browse files
committed
PEER-242: Update action script
Signed-off-by: SeeuSim <[email protected]>
1 parent 41b093e commit 1d41269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-deploy-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
- name: Get GKE creds
209209
id: gcloud-get-gke-creds
210210
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' }}
211+
if: ${{ contains(github.ref, 'main') && github.event.pull_request.title != 'Feedback' && steps.gcloud-detect-gke.outputs.is_up == 'true' }}
212212
with:
213213
cluster_name: ${{ secrets.GKE_CLUSTER }}
214214
location: ${{ secrets.GKE_ZONE }}

0 commit comments

Comments
 (0)