Skip to content

Commit

Permalink
Update check-pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kdivya153 committed Oct 29, 2024
1 parent 77a9852 commit 53de12d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
if [ "$js_run_id" != "null" ]; then
echo "JS_RUN_ID=$js_run_id" >> $GITHUB_ENV
echo "JavaScript Workflow ID: ${{ env.JS_RUN_ID }}"
break
else
echo "Waiting for JavaScript workflow to start..."
Expand Down Expand Up @@ -107,10 +108,8 @@ jobs:
- name: Debugging JS Workflow ID and Run ID
run: |
echo "JavaScript Workflow ID: $js_workflow_id"
echo "JavaScript Workflow Run ID: $js_run_id"
echo "C++ Workflow ID: $cpp_workflow_id"
echo "C++ Workflow Run ID: $cpp_run_id"
echo "JavaScript Workflow ID: ${{ env.JS_RUN_ID }}"
echo "C++ Workflow ID: ${{ env.CPP_RUN_ID }}"
wait-for-sdk-generation:
Expand Down

0 comments on commit 53de12d

Please sign in to comment.