Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/go-deps-2bbae4babf
Browse files Browse the repository at this point in the history
  • Loading branch information
tallaxes authored Jul 17, 2024
2 parents efe802d + 6970164 commit d387d6a
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 d387d6a

Please sign in to comment.