From 7d5969597552133a9a6705a1f2c1a72eda6b28f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Serdar=20=C3=96zer?= Date: Wed, 19 Nov 2025 15:02:33 +0100 Subject: [PATCH] fix: environment removed from workflow --- .github/workflows/gcs-integration.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/gcs-integration.yml b/.github/workflows/gcs-integration.yml index 54d2ac7..1b87dff 100644 --- a/.github/workflows/gcs-integration.yml +++ b/.github/workflows/gcs-integration.yml @@ -10,7 +10,6 @@ jobs: gcs-integration-fast-tests: name: GCS Integation Fast Tests runs-on: ubuntu-latest - environment: gcs-integration steps: - name: Checkout code uses: actions/checkout@v5 @@ -41,7 +40,6 @@ jobs: gcs-integration-all-tests: name: GCS Integation All Tests runs-on: ubuntu-latest - environment: gcs-integration steps: - name: Checkout code uses: actions/checkout@v5