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 8a89b2e commit 4a07375
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ jobs:
# Fetch workflows
response=$(curl -s -H "Authorization: token $TOKEN" \
"https://api.github.com/repos/$REPO_OWNER/$REPO_NAME/actions/workflows")
echo "Workflows Response: $response" # Log entire response
# Capture workflow ID
js_workflow_id=$(echo "$response" | jq --arg WORKFLOW_NAME "$WORKFLOW_NAME" '.workflows[] | select(.name == $WORKFLOW_NAME).id')
Expand Down Expand Up @@ -110,15 +108,6 @@ jobs:
fi
done
- name: Debugging JS Workflow ID and Run ID
run: |
echo "JavaScript Workflow ID: ${{ env.JS_RUN_ID }}"
echo "C++ Workflow ID: ${{ env.CPP_RUN_ID }}"
- name: Print Environment Variables
run: printenv

- name: Poll Firebolt-api for JavaScript SDK generation
id: poll-javascript-sdk
run: |
Expand Down

0 comments on commit 4a07375

Please sign in to comment.