From fd79c5e0f26a9ce86e9b3f7ce867fc7aea139c21 Mon Sep 17 00:00:00 2001 From: Julien Duchesne Date: Wed, 5 Jun 2024 11:24:33 -0400 Subject: [PATCH] Remove cloud tests for v2. Cloud won't be maintained on this branch --- .github/workflows/release.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 535b4d048..d6620d415 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,13 +15,8 @@ on: tags: - 'v*' jobs: - # Cloud tests don't run on every PR. We need to be sure they all pass before we release. - run-cloud-tests: - uses: ./.github/workflows/cloud-acc-tests.yml goreleaser: runs-on: ubuntu-latest - needs: - - run-cloud-tests steps: - name: Checkout uses: actions/checkout@v4