From 179029fb919a48fc18cd115caf216ffd5966e837 Mon Sep 17 00:00:00 2001 From: Chintan Kavathia Date: Fri, 22 Nov 2024 17:46:33 +0530 Subject: [PATCH] chore: echo debug --- .github/workflows/test_and_deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 24a55df5e..62e551ddc 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -66,6 +66,8 @@ jobs: while [ "$STATUS" = "in_progress" ] || [ "$STATUS" = "queued" ]; do sleep $CHECK_INTERVAL + echo "Polling for workflow status...$STATUS" + # Fetch latest workflow runs for Repository B RESPONSE=$(curl -s -H "Authorization: token $PAT" \ "https://api.github.com/repos/chintankavathia/siemens-datatable/actions/runs?branch=main&status=in_progress")