Replies: 1 comment
|
act is meant to run you github actions locally. I mean on your machine. So if it goes to sleep, nothing on it will continue to run, obviously. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone,
I recently started using Act and I'm really enjoying it. I have a GitHub Actions job that takes about an hour to run, and I'd like to run it locally using Act.
Does anyone know if Act will continue running the job if my computer goes to sleep? Just trying to understand any limitations when it comes to running long jobs locally with Act.
All reactions