Skip to content

Commit

Permalink
Correct name for publishing action
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Nov 17, 2024
1 parent 1fde932 commit fc993b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc993b2

Please sign in to comment.