Skip to content

Commit 16da187

Browse files
committed
test
1 parent d7a6baa commit 16da187

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
run: |
8585
gh workflow run 'Publish Java CDK' --ref ${{ github.ref_name }} -F dry-run=true -F gitref=${{ github.ref_name }}
8686
87-
sleep 30
87+
# sleep 30
8888
RUN_ID=$(gh run list --workflow 'Publish Java CDK' --branch ${{ github.ref_name }} --limit 1 --json databaseId --jq '.[0].databaseId' --repo ${{ github.repository }} --status queued --status in_progress --status requested --status waiting --status pending)
8989
9090
echo "Triggered workflow run ID: $RUN_ID"
@@ -94,7 +94,7 @@ jobs:
9494
# gh run watch blocks until the run finishes
9595
# It exits with a non-zero code if the watched run fails or is cancelled
9696
echo "Waiting for workflow run $RUN_ID to finish..."
97-
gh run watch $RUN_ID
97+
# gh run watch $RUN_ID
9898
echo "Workflow run $RUN_ID finished."
9999
working-directory: ${{ github.workspace }} # Ensure gh command runs from the repo root
100100

0 commit comments

Comments
 (0)