Ensure only one job runs on the host runner at a time

This commit is contained in:
2025-09-02 23:24:13 -05:00
parent e8228968a3
commit f74d197e8d

View File

@@ -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.