Skip to content

Commit 58b4662

Browse files
committed
fixup! Introduction of PyFunceble v4.0.0 (Blue Duckling)!
1 parent f145b11 commit 58b4662

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
parallel-finished: true
139139

140140
deploy_to_pypi:
141-
needs: [run_cli, run_cli_mariadb]
141+
needs: test
142142
name: "Deploy 📦 to the PyPi"
143143

144144
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
@@ -181,7 +181,7 @@ jobs:
181181
skip_existing: true
182182

183183
deploy_to_docker_hub:
184-
needs: [run_cli, run_cli_mariadb]
184+
needs: test
185185
name: "Deploy 📦 to the Docker Hub"
186186

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

0 commit comments

Comments
 (0)