I've just set up this action and just get a timeout and failing actions. On closer look, I see my test shows: > Waiting behind 1307 other tests... This is 10 minutes after the GitHub action failed. Even if I could make the GitHub action wait, I don't want it waiting around and using up my GitHub action minutes. I also don't need this to run on PR or to comment on PRs, I only need it to trigger a test. How can I make this action bail early after queuing the tests, with a success status?