Skip to content
New issue

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

How do I exit GitHub action without waiting for results? #10

Open
penx opened this issue Jun 1, 2022 · 0 comments
Open

How do I exit GitHub action without waiting for results? #10

penx opened this issue Jun 1, 2022 · 0 comments

Comments

@penx
Copy link

penx commented Jun 1, 2022

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant