Skip to content

Commit 4315866

Browse files
committed
Revert "Temporarily disable waiting for community-build in the publish_release step"
This reverts commit 6967551.
1 parent 7ca006c commit 4315866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ jobs:
729729
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
730730
- ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache
731731
- ${{ github.workspace }}/../../cache/general:/root/.cache
732-
needs: [test_non_bootstrapped, test, mima, build-sdk-package]
732+
needs: [test_non_bootstrapped, test, mima, community_build_a, community_build_b, community_build_c, test_sbt, test_java8, build-sdk-package]
733733
if: "github.event_name == 'push'
734734
&& startsWith(github.event.ref, 'refs/tags/')"
735735

0 commit comments

Comments
 (0)