From d82a948dc671d7e4c605996851cae45845aeb930 Mon Sep 17 00:00:00 2001 From: johha Date: Wed, 11 Mar 2026 10:21:35 +0100 Subject: [PATCH] Prevent concurrent integration test runs --- .github/workflows/alioss-integration.yml | 4 ++++ .github/workflows/azurebs-integration.yml | 4 ++++ .github/workflows/gcs-integration.yml | 4 ++++ .github/workflows/s3-integration.yml | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/.github/workflows/alioss-integration.yml b/.github/workflows/alioss-integration.yml index d4db375..17c8e45 100644 --- a/.github/workflows/alioss-integration.yml +++ b/.github/workflows/alioss-integration.yml @@ -12,6 +12,10 @@ on: branches: - main +concurrency: + group: alioss-integration + cancel-in-progress: false + jobs: alioss-general-integration-tests: name: Alioss General Integration Tests diff --git a/.github/workflows/azurebs-integration.yml b/.github/workflows/azurebs-integration.yml index b4f499a..d799981 100644 --- a/.github/workflows/azurebs-integration.yml +++ b/.github/workflows/azurebs-integration.yml @@ -12,6 +12,10 @@ on: branches: - main +concurrency: + group: azurebs-integration + cancel-in-progress: false + jobs: azurecloud-environment-integration-tests: name: AzureCloud Environment Integration Tests diff --git a/.github/workflows/gcs-integration.yml b/.github/workflows/gcs-integration.yml index f6ae5fa..83d760a 100644 --- a/.github/workflows/gcs-integration.yml +++ b/.github/workflows/gcs-integration.yml @@ -12,6 +12,10 @@ on: branches: - "main" +concurrency: + group: gcs-integration + cancel-in-progress: false + jobs: gcs-integration-fast-tests: name: GCS Integation Fast Tests diff --git a/.github/workflows/s3-integration.yml b/.github/workflows/s3-integration.yml index 5a0a25a..43ecec9 100644 --- a/.github/workflows/s3-integration.yml +++ b/.github/workflows/s3-integration.yml @@ -12,6 +12,10 @@ on: branches: - main +concurrency: + group: s3-integration + cancel-in-progress: false + jobs: # AWS S3 US Integration Tests aws-s3-us-integration: