Skip to content

Commit

Permalink
fixup! Introduction of PyFunceble v4.0.0 (Blue Duckling)!
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Oct 2, 2021
1 parent f145b11 commit 58b4662
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
parallel-finished: true

deploy_to_pypi:
needs: [run_cli, run_cli_mariadb]
needs: test
name: "Deploy 📦 to the PyPi"

if: github.event_name == 'push' && github.ref == 'refs/heads/master'
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
skip_existing: true

deploy_to_docker_hub:
needs: [run_cli, run_cli_mariadb]
needs: test
name: "Deploy 📦 to the Docker Hub"

if: github.event_name == 'push' && github.ref == 'refs/heads/master'
Expand Down

0 comments on commit 58b4662

Please sign in to comment.