From b51fcf4d6c62967b980aeba27b7e747d74e20c53 Mon Sep 17 00:00:00 2001 From: daz Date: Mon, 12 Aug 2024 10:33:22 -0600 Subject: [PATCH] Only allow 1 integ-test at a time --- .github/workflows/ci-integ-test-full.yml | 2 +- .github/workflows/ci-integ-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-integ-test-full.yml b/.github/workflows/ci-integ-test-full.yml index 338e493c..dcb73b54 100644 --- a/.github/workflows/ci-integ-test-full.yml +++ b/.github/workflows/ci-integ-test-full.yml @@ -10,7 +10,7 @@ permissions: contents: write concurrency: - group: integ-test-${{ github.ref }} + group: integ-test cancel-in-progress: false jobs: diff --git a/.github/workflows/ci-integ-test.yml b/.github/workflows/ci-integ-test.yml index 1fdf6174..3f4bd231 100644 --- a/.github/workflows/ci-integ-test.yml +++ b/.github/workflows/ci-integ-test.yml @@ -15,7 +15,7 @@ permissions: contents: write concurrency: - group: integ-test-${{ github.ref }} + group: integ-test cancel-in-progress: false jobs: