Skip to content

Commit

Permalink
Fix region in ci-pr.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
NimJay committed Mar 13, 2024
1 parent dbc3ebb commit 3d64b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
PR_NUMBER: ${{ github.event.pull_request.number }}
PROJECT_ID: "online-boutique-ci"
PR_CLUSTER: "prs-gke-cluster"
REGION: "us-central1-a"
REGION: "us-central1"
- name: Wait For Pods
timeout-minutes: 20
run: |
Expand Down

0 comments on commit 3d64b09

Please sign in to comment.