Skip to content

Commit

Permalink
Remove tests dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gpailler committed Jan 21, 2024
1 parent f46be2b commit 17e3272
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:

deploy:
name: Deploy 🚀
needs: [ build, test, doc ]
needs: [ build, doc ]
runs-on: windows-latest
steps:
- name: Download NuGet packages
Expand All @@ -115,7 +115,7 @@ jobs:
deploy-release:
name: Deploy release 🚀🌐
needs: [ build, test, doc ]
needs: [ build, doc ]
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/v')
steps:
Expand Down

0 comments on commit 17e3272

Please sign in to comment.