Disable job cleaning between jobs [host mode]

Hello, I use act_runner (v0.2.6) in host mode (no containers).

I use few jobs (at same host) and don’t need cleanup between them.
It’s huge project and I don’t have use upload/download artifacts (or cache).

Is possible disable cleanup tasks for job?
I looked docs for act, act_runner and github actions, but nothing about this (gitlab can do).

:star: Run Job1
/home/gitea/builds/c01c417bf3b3c63d/hostexecutor
Cleaning up services for job test-job1
Cleaning up container for job test-job1
:checkered_flag: Job succeeded

:star: Run Job2
/home/gitea/builds/d1ca69d447841259/hostexecutor
Cleaning up services for job test-job2
Cleaning up container for job test-job2
:checkered_flag: Job succeeded