Skip to content

Commit

Permalink
gha: don't wait on check/tests to release (#436)
Browse files Browse the repository at this point in the history
Stuff might be flaky or super slow. All the testing that we need is done
during development/PRs, no good reason to throttle it.
  • Loading branch information
efiop authored Dec 15, 2023
1 parent 96b4434 commit 75a98d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/check-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
deploy:
name: PyPI Deploy
needs: [check, test]
environment: pypi
permissions:
contents: write
Expand Down

0 comments on commit 75a98d5

Please sign in to comment.