Skip to content

Commit

Permalink
Remove needs req for tags.
Browse files Browse the repository at this point in the history
Can't check jobs from another workflow
  • Loading branch information
htran84 authored Sep 10, 2021
1 parent 8740dad commit 60b36f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tethys-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ env:
jobs:
tethys-docker:
name: Tethys Docker (${{ matrix.platform }})
needs: tethys-tests
runs-on: ${{ matrix.platform }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -43,7 +42,6 @@ jobs:
tethys-conda:
name: Tethys Conda (${{ matrix.platform }})
needs: tethys-tests
runs-on: ${{ matrix.platform }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 60b36f1

Please sign in to comment.