Skip to content

Commit

Permalink
Merge pull request #2880 from mquinnfd/fix-build-output-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw authored Aug 30, 2024
2 parents 8fd83a4 + ccf4315 commit 8e98d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ jobs:

publish:
name: Publish prerelease on merge commit to master
needs: [tox_tests, lint_typecheck_test_webui, test_docker_image]
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
steps:
Expand Down

0 comments on commit 8e98d84

Please sign in to comment.