diff --git a/app-configs/rinoa/gitea/act-runner/config.yaml.j2 b/app-configs/rinoa/gitea/act-runner/config.yaml.j2 index 12123da..0ab5451 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: 5 + capacity: 10 # Extra environment variables to run jobs. # envs: # A_TEST_ENV_NAME_1: a_test_env_value_1