mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-31 12:52:13 +00:00
fix(datahub-client): avoid parallel execution of publish and publish-java8 (#12120)
This commit is contained in:
parent
eee49b3cb8
commit
7c1d3b09ed
2
.github/workflows/publish-datahub-jars.yml
vendored
2
.github/workflows/publish-datahub-jars.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user