Fix runner config: timeout needs duration string not int
All checks were successful
CI / changes (push) Successful in 10s
CI / lint-and-test (push) Successful in 51s
CI / build (push) Has been skipped
Deploy Production / deploy (push) Successful in 22s

This commit is contained in:
Julia McGhee
2026-03-21 16:43:50 +00:00
parent eced4c1473
commit 65abed3426

View File

@@ -9,7 +9,7 @@ data:
level: info level: info
runner: runner:
capacity: 1 capacity: 1
timeout: 3600 timeout: 1h
container: container:
options: "-v pnpm-store:/root/.local/share/pnpm/store" options: "-v pnpm-store:/root/.local/share/pnpm/store"
valid_volumes: valid_volumes: