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 bddb69b commit b34101b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,14 @@ jobs:
echo "CPP_RUN_ID=$cpp_run_id" >> $GITHUB_ENV
- 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"
wait-for-sdk-generation:
needs: release
runs-on: ubuntu-latest
Expand Down

0 comments on commit b34101b

Please sign in to comment.