This is very easy to setup and use. Github actions work very well.
However, Github seems to consider the cron schedule for actions to be a suggestion, instead of the timer you would expect it to be. As a result it is not uncommon for you to find that more than 20 minutes have elapsed between subsequent status checks.
I solved it by triggering Github actions using an external cron job on a server.
However, Github seems to consider the cron schedule for actions to be a suggestion, instead of the timer you would expect it to be. As a result it is not uncommon for you to find that more than 20 minutes have elapsed between subsequent status checks.
I solved it by triggering Github actions using an external cron job on a server.