diff --git a/.github/workflows/tethys-release.yml b/.github/workflows/tethys-release.yml index aee61ca1c..f0e0eceb4 100644 --- a/.github/workflows/tethys-release.yml +++ b/.github/workflows/tethys-release.yml @@ -13,7 +13,6 @@ env: jobs: tethys-docker: name: Tethys Docker (${{ matrix.platform }}) - needs: tethys-tests runs-on: ${{ matrix.platform }} strategy: fail-fast: false @@ -43,7 +42,6 @@ jobs: tethys-conda: name: Tethys Conda (${{ matrix.platform }}) - needs: tethys-tests runs-on: ${{ matrix.platform }} strategy: fail-fast: false