I have a build trigger for test ,when something was pushed to Git. An idea is that test should start running. But it is not always like this.
Often test didn't start running because:
- screen was locked ( i have a caffeine application, but sometimes it is also not running,when you need it)
-or Some windows updates Show up and notification blocks
So it is a little bit annoying always to check first manually if there is no updates and so on..
If you also have such issues, how do you deal with it?)
Any ideas are welcome

Thanks