Skip to content

Commit

Permalink
Fix github actions for publish docker cli image
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed Oct 1, 2024
1 parent 8c81baa commit 55c2114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

send-notification:
runs-on: ubuntu-latest
needs: [checkout-and-build, merge]
needs: [publish]
if: |
always() &&
github.repository == 'veraPDF/veraPDF-apps' &&
Expand Down

0 comments on commit 55c2114

Please sign in to comment.