Skip to content

Commit

Permalink
switch to westus3 for e2e (#440)
Browse files Browse the repository at this point in the history
Co-authored-by: Charlie McBride <[email protected]>
  • Loading branch information
charliedmcb and Charlie McBride authored Jul 16, 2024
1 parent 960cf4d commit 6970164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-matrix-trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
location:
type: string
description: "the azure location to run the e2e test in"
default: "southcentralus"
default: "westus3"
push:
branches: [main]
workflow_run:
Expand All @@ -28,7 +28,7 @@ jobs:
uses: ./.github/workflows/e2e-matrix.yaml
with:
git_ref: ${{ needs.resolve.outputs.GIT_REF }}
location: ${{ inputs.location || 'eastus' }}
location: ${{ inputs.location || 'westus3' }}
secrets:
E2E_CLIENT_ID: ${{ secrets.E2E_CLIENT_ID }}
E2E_TENANT_ID: ${{ secrets.E2E_TENANT_ID }}
Expand Down

0 comments on commit 6970164

Please sign in to comment.