mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-01 21:33:11 +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:
|
permissions:
|
||||||
id-token: write
|
id-token: write
|
||||||
contents: read
|
contents: read
|
||||||
needs: ["check-secret", "setup"]
|
needs: ["check-secret", "setup", "publish"]
|
||||||
if: ${{ needs.check-secret.outputs.publish-enabled == 'true' }}
|
if: ${{ needs.check-secret.outputs.publish-enabled == 'true' }}
|
||||||
steps:
|
steps:
|
||||||
- uses: acryldata/sane-checkout-action@v3
|
- uses: acryldata/sane-checkout-action@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user