fix(datahub-client): avoid parallel execution of publish and publish-java8 (#12120)

This commit is contained in:
Sergio Gómez Villamor 2024-12-13 10:25:05 +01:00 committed by GitHub
parent eee49b3cb8
commit 7c1d3b09ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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