We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've just set up this action and just get a timeout and failing actions.
On closer look, I see my test shows:
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?
The text was updated successfully, but these errors were encountered: