Skip to content

Commit

Permalink
Fix branch for upgrade tests (#1677)
Browse files Browse the repository at this point in the history
  • Loading branch information
barchw authored Feb 5, 2025
1 parent da08666 commit e4825b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/call-integration-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
test_client_id: ${{ secrets.CLIENT_ID }}
test_client_secret: ${{ secrets.CLIENT_SECRET }}
test_oidc_well_known_url: "${{ secrets.OIDC_ISSUER_URL }}/.well-known/openid-configuration"
target_branch: ${{ github.base_ref }}
target_branch: ${{ github.ref }}

e2e-custom-domain-gcp:
name: E2E custom domain tests GCP
Expand Down

0 comments on commit e4825b7

Please sign in to comment.