diff --git a/app-configs/rinoa/gitea/act-runner/config.yaml.j2 b/app-configs/rinoa/gitea/act-runner/config.yaml.j2 index f7882a2..12123da 100644 --- a/app-configs/rinoa/gitea/act-runner/config.yaml.j2 +++ b/app-configs/rinoa/gitea/act-runner/config.yaml.j2 @@ -11,7 +11,7 @@ runner: # Where to store the registration result. file: .runner # Execute how many tasks concurrently at the same time. - capacity: 3 + capacity: 5 # Extra environment variables to run jobs. # envs: # A_TEST_ENV_NAME_1: a_test_env_value_1