From 60b36f1792bf6a669855a584beeffcf854a757de Mon Sep 17 00:00:00 2001 From: htran84 Date: Fri, 10 Sep 2021 14:52:50 -0600 Subject: [PATCH] Remove needs req for tags. Can't check jobs from another workflow --- .github/workflows/tethys-release.yml | 2 -- 1 file changed, 2 deletions(-) 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