diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c2544d9859..b208406f51 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -278,7 +278,6 @@ jobs: # ------------------------- publish: - name: Publish prerelease on merge commit to master needs: [tox_tests, lint_typecheck_test_webui, test_docker_image, build_package] if: github.repository_owner == 'locustio' && ( github.ref == 'refs/heads/master' || startsWith(github.event.ref, 'refs/tags') ) runs-on: ubuntu-latest