Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
m4dm4rtig4n committed Jan 26, 2024
1 parent 704ad6c commit 337df7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
# DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}

Build-And-Push-Image:
needs: [informations, Discord-Begin]
# needs: [informations, Discord-Begin]
needs: [informations]
if: ${{ needs.informations.outputs.build == 'true' }}
uses: MyElectricalData/.github/.github/workflows/dockerhub-build-push.yaml@main
with:
Expand Down

0 comments on commit 337df7d

Please sign in to comment.