From b294b1e2dbcf270bfe835590dedbbc7e2024618c Mon Sep 17 00:00:00 2001 From: Daz DeBoer Date: Fri, 3 Apr 2026 08:14:43 -0600 Subject: [PATCH] Really fix integ-test-full --- .github/workflows/ci-integ-test-full.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-integ-test-full.yml b/.github/workflows/ci-integ-test-full.yml index 13ad202e..f17f3d16 100644 --- a/.github/workflows/ci-integ-test-full.yml +++ b/.github/workflows/ci-integ-test-full.yml @@ -20,7 +20,7 @@ jobs: group: CI-integ-test-caching cancel-in-progress: false with: - skip-dist: false + skip-dist: true secrets: inherit other-integ-tests: @@ -32,7 +32,7 @@ jobs: group: CI-integ-test-other cancel-in-progress: false with: - skip-dist: false + skip-dist: true secrets: inherit dependency-submission-integ-tests: @@ -44,5 +44,5 @@ jobs: group: CI-integ-test-dependency-submission cancel-in-progress: false with: - skip-dist: false + skip-dist: true secrets: inherit