Skip to content

Commit

Permalink
fix: force build
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed May 30, 2024
1 parent d400520 commit 45cab79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
password: ${{ secrets.PYPI_API_TOKEN }}

Build-Docker-Images:
needs: [Continuous-Deployment, Publish-To-PyPI]
needs: [ Continuous-Deployment, Publish-To-PyPI ]
if: ${{ needs.Continuous-Deployment.outputs.released == 'true' }}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 45cab79

Please sign in to comment.