From 55c211437fcc8c0c762d0087b130e30df66d51a7 Mon Sep 17 00:00:00 2001 From: Maxim Date: Tue, 1 Oct 2024 22:56:01 +0300 Subject: [PATCH] Fix github actions for publish docker cli image --- .github/workflows/push-github.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-github.yml b/.github/workflows/push-github.yml index a264d3a5..85cd94bd 100644 --- a/.github/workflows/push-github.yml +++ b/.github/workflows/push-github.yml @@ -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' &&