From bc14729b59eb72c255b50b945ca382f7392e87c3 Mon Sep 17 00:00:00 2001 From: Dmitry Gurevich Date: Wed, 19 Feb 2025 14:11:00 +0200 Subject: [PATCH] Update GCP label in GCP Deployment Manager workflow (#3044) update GCP label (cherry picked from commit 6d75a6cb0237bc533df93bf2c6dc215eb4dda311) --- .github/workflows/test-gcp-dm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-gcp-dm.yml b/.github/workflows/test-gcp-dm.yml index 0198148d2a..0ec90bfb0a 100644 --- a/.github/workflows/test-gcp-dm.yml +++ b/.github/workflows/test-gcp-dm.yml @@ -26,7 +26,7 @@ env: DEPLOYMENT_MANAGER_DIR: deploy/deployment-manager TF_VAR_ec_api_key: ${{ secrets.EC_API_KEY }} TF_VAR_ess_region: gcp-us-west2 # default region for testing deployments - GCP_LABELS: "ci=integration,owner=${{ github.actor }}" + GCP_LABELS: "ci=integration" jobs: # Test a GCP Deployment Manager deployment using Application Default Credentials