From 87236ec703b7c993c24f4d866f842614cbedd45e Mon Sep 17 00:00:00 2001 From: Scott Hart Date: Mon, 15 Jun 2026 12:00:10 -0400 Subject: [PATCH] ci(gha): only run external account integration test in this repo --- .github/workflows/external-account-integration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/external-account-integration.yml b/.github/workflows/external-account-integration.yml index 4e50d93cb67c5..e71e0cd871292 100644 --- a/.github/workflows/external-account-integration.yml +++ b/.github/workflows/external-account-integration.yml @@ -23,6 +23,7 @@ jobs: # GitHub. Most of our builds use Google Cloud Build (GCB), which is not # usable in this case. identity-federation-integration-test: + if: github.repository == 'googleapis/google-cloud-cpp' name: external-account-integration-test runs-on: ubuntu-24.04 # Add "id-token" with the intended permissions.