From 75a98d5f05782e4746c24aeb576407db0931bb7e Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Fri, 15 Dec 2023 04:10:33 +0200 Subject: [PATCH] gha: don't wait on check/tests to release (#436) Stuff might be flaky or super slow. All the testing that we need is done during development/PRs, no good reason to throttle it. --- .github/workflows/check-test-release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/check-test-release.yml b/.github/workflows/check-test-release.yml index 6fa5d51c..b8dead41 100644 --- a/.github/workflows/check-test-release.yml +++ b/.github/workflows/check-test-release.yml @@ -69,7 +69,6 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} deploy: name: PyPI Deploy - needs: [check, test] environment: pypi permissions: contents: write