From 7c1d3b09eddfba779784d603d6639f00b9a69db4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20G=C3=B3mez=20Villamor?= Date: Fri, 13 Dec 2024 10:25:05 +0100 Subject: [PATCH] fix(datahub-client): avoid parallel execution of publish and publish-java8 (#12120) --- .github/workflows/publish-datahub-jars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-datahub-jars.yml b/.github/workflows/publish-datahub-jars.yml index 5aec66bc33bb6..393f9d993e2a2 100644 --- a/.github/workflows/publish-datahub-jars.yml +++ b/.github/workflows/publish-datahub-jars.yml @@ -201,7 +201,7 @@ jobs: permissions: id-token: write contents: read - needs: ["check-secret", "setup"] + needs: ["check-secret", "setup", "publish"] if: ${{ needs.check-secret.outputs.publish-enabled == 'true' }} steps: - uses: acryldata/sane-checkout-action@v3