Skip to content

Commit

Permalink
Merge pull request #12482 from RasaHQ/fix-pypi-deploy-workflow
Browse files Browse the repository at this point in the history
Fix pypi release workflow in `3.4.x`
  • Loading branch information
ancalita authored Jun 9, 2023
2 parents 3758481 + ecbf715 commit daf0466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@ jobs:

# deploy will only be run when there is a tag available
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && github.repository == 'RasaHQ/rasa'
needs: [quality, test, wait_for_docs_tests, docker] # only run after all other stages succeeded
# needs: [docker] # only run after all other stages succeeded

steps:
- name: Checkout git repository 🕝
Expand Down

0 comments on commit daf0466

Please sign in to comment.