From 6588383104c5db412a5e424492d11189bdd8009c Mon Sep 17 00:00:00 2001 From: Stephan Merker Date: Thu, 20 Nov 2025 17:28:00 +0100 Subject: [PATCH] GCS integration test workflow - manual trigger for debugging - trigger for commits on main branch --- .github/workflows/gcs-integration.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/gcs-integration.yml b/.github/workflows/gcs-integration.yml index 1b87dff..2c4066b 100644 --- a/.github/workflows/gcs-integration.yml +++ b/.github/workflows/gcs-integration.yml @@ -1,10 +1,14 @@ name: GCS Integration Tests on: + workflow_dispatch: pull_request: paths: - ".github/workflows/gcs-integration.yml" - "gcs/**" + push: + branches: + - "main" jobs: gcs-integration-fast-tests: