From 7a80e82c8a76d048bca2b0bbfa82b70d0950c919 Mon Sep 17 00:00:00 2001 From: Jill Regan Date: Wed, 17 Jun 2026 08:45:45 -0400 Subject: [PATCH] Enable E2E --- .github/workflows/e2e-tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index c531d1e..5234a3f 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -33,7 +33,6 @@ on: jobs: test-service-account: 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 runs-on: ${{ matrix.os }} strategy: @@ -148,7 +147,6 @@ jobs: test-connect: 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 runs-on: ubuntu-latest strategy: