From cc6aded6852d4ae662eeefa9573b944b77af79e5 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Mon, 3 Mar 2025 12:59:37 +0100 Subject: [PATCH] remove the requirement for non-existant job in publish workflow (#8251) --- .github/workflows/publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 962520300..29d936d2d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,6 @@ jobs: github_tag: name: Tag latest version on Github runs-on: ubuntu-latest - needs: [upload_to_dockerhub] steps: - name: Checkout code uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.1.7