From 35a4a3f355e0599a8af664843f0d1a683e5b2230 Mon Sep 17 00:00:00 2001 From: Daz DeBoer Date: Wed, 10 Jun 2026 08:24:34 -0600 Subject: [PATCH] Queue up integ-test runs --- .github/workflows/ci-integ-test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-integ-test.yml b/.github/workflows/ci-integ-test.yml index fd41e44c..60990200 100644 --- a/.github/workflows/ci-integ-test.yml +++ b/.github/workflows/ci-integ-test.yml @@ -30,6 +30,7 @@ jobs: concurrency: group: CI-integ-test-caching cancel-in-progress: false + queue: max with: skip-dist: false secrets: inherit @@ -42,6 +43,7 @@ jobs: concurrency: group: CI-integ-test-other cancel-in-progress: false + queue: max with: skip-dist: false secrets: inherit @@ -54,6 +56,7 @@ jobs: concurrency: group: CI-integ-test-dependency-submission cancel-in-progress: false + queue: max with: skip-dist: false secrets: inherit