Skip to content

Commit 75c03a1

Browse files
committed
test
1 parent 023a9bc commit 75c03a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/bump-cdk-version-and-merge-command.yml

+2
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ jobs:
103103
# echo "Workflow run $RUN_ID finished."
104104
# working-directory: ${{ github.workspace }} # Ensure gh command runs from the repo root
105105
publish-java-cdk:
106+
needs: [bump-cdk-version]
106107
uses: ./.github/workflows/publish-java-cdk-command.yml
107108
with:
108109
gitref: ${{ github.ref_name }}
@@ -111,6 +112,7 @@ jobs:
111112
secrets: inherit
112113

113114
publish-connectors:
115+
needs: [publish-java-cdk]
114116
runs-on: ubuntu-24.04
115117
steps:
116118
- name: Checkout repository

0 commit comments

Comments
 (0)