Skip to content

Commit

Permalink
fix(datahub-client): avoid parallel execution of publish and publish-…
Browse files Browse the repository at this point in the history
…java8 (#12120)
  • Loading branch information
sgomezvillamor authored Dec 13, 2024
1 parent eee49b3 commit 7c1d3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-datahub-jars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c1d3b0

Please sign in to comment.