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 53de12d commit 83fd4d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ 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 @@ -116,6 +115,9 @@ jobs:
needs: release
runs-on: ubuntu-latest
steps:
- 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 83fd4d8

Please sign in to comment.