Verify that the current_round are progressing or not using the script above. Send a Slack alert on the devops-0chain channel if it's stuck. Otherwise, pass the check. In order to track current_round, it looks for the path /v1/miner/get/stats of particular miner in the existing network.
Below attached is example of the miner links where we can manually track Miner Status -
The script above uses the /dns/network url to retrieve the miner and sharder links - https://<< network_name >>/dns/network
GITHUB ACTION
This GitHub Action is scheduled to run every three hours, but if you want to manually start it, click on Run Workflow and choose the necessary branch from Use workflow from.