Skip to content

Commit

Permalink
Use better guards
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jul 22, 2023
1 parent c37deac commit 0ac9c79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
name: Floating Deps Test
timeout-minutes: 5
runs-on: ubuntu-latest
needs: [install_dependencies]
needs: [default_tests]
steps:
- uses: wyvox/action@v1
with:
Expand All @@ -48,6 +48,7 @@ jobs:
try-scenarios:
name: Compatibility
runs-on: ubuntu-latest
needs: [default_tests]
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 0ac9c79

Please sign in to comment.