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