mirror of https://github.com/openclaw/openclaw.git
ci: add timeout for windows checks job
This commit is contained in:
parent
8da3a9a92d
commit
645791c35e
|
|
@ -404,6 +404,7 @@ jobs:
|
|||
needs: [docs-scope, changed-scope, build-artifacts, check]
|
||||
if: needs.docs-scope.outputs.docs_only != 'true' && (github.event_name == 'push' || needs.changed-scope.outputs.run_node == 'true')
|
||||
runs-on: blacksmith-16vcpu-windows-2025
|
||||
timeout-minutes: 45
|
||||
env:
|
||||
NODE_OPTIONS: --max-old-space-size=4096
|
||||
# Keep total concurrency predictable on the 16 vCPU runner:
|
||||
|
|
|
|||
Loading…
Reference in New Issue