From cc8aaf2a5adfa5ada853522a8f3f7461cd68efdf Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Wed, 29 Apr 2026 11:57:00 -0700 Subject: [PATCH] shakes fist at launchpad for uploading stalls --- .github/workflows/full-test-suite.yml | 30 +++++++++++++-------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/full-test-suite.yml b/.github/workflows/full-test-suite.yml index 1c58d31bb..494eb3f79 100644 --- a/.github/workflows/full-test-suite.yml +++ b/.github/workflows/full-test-suite.yml @@ -13,21 +13,21 @@ permissions: jobs: # These four jobs could be grouped in a separate workflow, but the github actions UI # is much nicer if they are instead listed explicitly here. - standard_tests_jobs: - name: Standard tests - uses: "./.github/workflows/standard_tests_jobs.yml" - extended_tests_jobs: - name: Extended tests - uses: "./.github/workflows/extended_tests_jobs.yml" - secrets: inherit - docker_packaging_jobs: - name: Docker packaging - uses: "./.github/workflows/docker_packaging_jobs.yml" - with: - # We don't publish our Docker images in this pipeline, but when building them - # for testing, let's use the nightly tag. - dockerTag: nightly - secrets: inherit + # standard_tests_jobs: + # name: Standard tests + # uses: "./.github/workflows/standard_tests_jobs.yml" + # extended_tests_jobs: + # name: Extended tests + # uses: "./.github/workflows/extended_tests_jobs.yml" + # secrets: inherit + # docker_packaging_jobs: + # name: Docker packaging + # uses: "./.github/workflows/docker_packaging_jobs.yml" + # with: + # # We don't publish our Docker images in this pipeline, but when building them + # # for testing, let's use the nightly tag. + # dockerTag: nightly + # secrets: inherit snap_packaging_jobs: name: Snap packaging uses: "./.github/workflows/snap_packaging_jobs.yml"