Enable E2E

This commit is contained in:
Jill Regan
2026-06-17 08:45:45 -04:00
parent 420c239c72
commit 7a80e82c8a
-2
View File
@@ -33,7 +33,6 @@ on:
jobs: jobs:
test-service-account: test-service-account:
name: Service Account (${{ matrix.os }}, ${{ matrix.version }}, export-env=${{ matrix.export-env }}) name: Service Account (${{ matrix.os }}, ${{ matrix.version }}, export-env=${{ matrix.export-env }})
# TODO: remove before merge temporarily disabled to avoid rate limiting while iterating on Workload Identity
if: false if: false
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
@@ -148,7 +147,6 @@ jobs:
test-connect: test-connect:
name: Connect (ubuntu-latest, ${{ matrix.version }}, export-env=${{ matrix.export-env }}) name: Connect (ubuntu-latest, ${{ matrix.version }}, export-env=${{ matrix.export-env }})
# TODO: remove before merge temporarily disabled to avoid rate limiting while iterating on Workload Identity
if: false if: false
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy: