You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Introduces ephemeral mode configuration through the `GITHUB_RUNNER_EPHEMERAL` environment variable.
- In ephemeral mode, each runner processes only one job before deregistering, providing isolated environments.
- Enhances security and supports autoscaling by ensuring no job state or secrets persist between runs.
- Updates documentation with usage instructions and environment variable details.
0 commit comments