From f74d197e8dbe127d948a8f80065cdc9ef4e726f5 Mon Sep 17 00:00:00 2001 From: Matthew Pomes Date: Tue, 2 Sep 2025 23:24:13 -0500 Subject: [PATCH] Ensure only one job runs on the host runner at a time --- host-runner.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host-runner.yaml b/host-runner.yaml index ed9ef45..c94c415 100644 --- a/host-runner.yaml +++ b/host-runner.yaml @@ -11,7 +11,7 @@ runner: # Where to store the registration result. file: .runner # Execute how many tasks concurrently at the same time. - capacity: 20 + capacity: 1 # Extra environment variables to run jobs. envs: # Extra environment variables to run jobs from a file.