Recently, I’ve been working with GitHub Actions but I have a problem. I don’t know my jobs are running on my self hosted runner or not. I’m not talking about the Dashboard. I can see it but the webhook payload does not send any information about the current runner it is running on. Have any way to know?
Hi @vietanhduong, welcome to the GitHub Support Community! Which webhook event is it you’re listening to specifically? Can you drop a link to the docs page?
I’m listening check_run
event. I just want to know runner is being used in my job.