Skip to content

Commit

Permalink
fix dockerhub image building
Browse files Browse the repository at this point in the history
  • Loading branch information
guidopetri committed Oct 7, 2023
1 parent a19b17b commit 3419a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
- frontend-unit-tests
- frontend-e2e-tests
- build-skip-check
if: ${{ needs.build-skip-check.outputs.skip == false}}
if: ${{ needs.build-skip-check.outputs.skip }} == false
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 3419a73

Please sign in to comment.