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'm trying to set up this action, and it's waiting infinitely for the daemon to become available. Here's an example: https://github.com/tilt-dev/ctlptl/actions/runs/5490804252/jobs/10006682738
Can we add a timeout? say 5-10 minutes?
The text was updated successfully, but these errors were encountered:
+1 from me, keep running into this too. It happens surprisingly often, around 1 out of 20 runs.
Sorry, something went wrong.
I tried to set a timeout within the action but it seems not supported at the moment, there is nothing about it in the doc: https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions And it seems it is not possible to set it when calling the action either...
No branches or pull requests
I'm trying to set up this action, and it's waiting infinitely for the daemon to become available. Here's an example:
https://github.com/tilt-dev/ctlptl/actions/runs/5490804252/jobs/10006682738
Can we add a timeout? say 5-10 minutes?
The text was updated successfully, but these errors were encountered: