mirror of
https://github.com/nektos/act.git
synced 2024-11-10 01:00:41 +03:00
3ac2b726f2
* Log incoming jobs. Log the full contents of the job protobuf to make debugging jobs easier * Ensure that the parallel executor always uses at least one thread. The caller may mis-calculate the number of CPUs as zero, in which case ensure that at least one thread is spawned. * Use runtime.NumCPU for CPU counts. For hosts without docker, GetHostInfo() returns a blank struct which has zero CPUs and causes downstream trouble. --------- Co-authored-by: Paul Armstrong <psa@users.noreply.gitea.com> Co-authored-by: Jason Song <i@wolfogre.com> |
||
---|---|---|
.. | ||
testdata | ||
action.go | ||
github_context_test.go | ||
github_context.go | ||
job_context.go | ||
planner_test.go | ||
planner.go | ||
step_result.go | ||
workflow_test.go | ||
workflow.go |