Skip to content

Fix: hardcode Cloud Run service region to us-central1#16

Merged
shlbatra merged 1 commit into
mainfrom
fix-region-cloud-service
Jun 15, 2026
Merged

Fix: hardcode Cloud Run service region to us-central1#16
shlbatra merged 1 commit into
mainfrom
fix-region-cloud-service

Conversation

@shlbatra

@shlbatra shlbatra commented Jun 15, 2026

Copy link
Copy Markdown
Owner

Summary

Hardcode the Cloud Run service lookup region to us-central1 in the Dataflow deploy workflow. The Cloud Run inference service is deployed in us-central1, but the workflow was using the user-selected Dataflow region for the service URL discovery, causing failures when a different region (e.g. us-east1) was chosen.

Changes

  • Hardcode --region=us-central1 in the "Discover Cloud Run service URL" step instead of using ${{ env.REGION }}
  • The Dataflow job region remains configurable via the workflow input

Testing

  • Trigger workflow with region=us-east1 and confirm service URL is discovered successfully
  • Trigger workflow with region=us-central1 and confirm no regression

@shlbatra shlbatra changed the title fix region for cloud service Fix: hardcode Cloud Run service region to us-central1 Jun 15, 2026
@shlbatra shlbatra merged commit 53567ed into main Jun 15, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant