ci: limit node 22 compatibility to manual ci

This commit is contained in:
Peter Steinberger
2026-04-27 01:39:32 +01:00
parent 92c1924d27
commit b109c1f99c
2 changed files with 25 additions and 25 deletions

View File

@@ -1032,7 +1032,7 @@ jobs:
contents: read
name: checks-node-compat-node22
needs: [preflight]
if: needs.preflight.outputs.run_build_artifacts == 'true' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch')
if: needs.preflight.outputs.run_build_artifacts == 'true' && github.event_name == 'workflow_dispatch'
runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-4vcpu-ubuntu-2404' || 'ubuntu-24.04' }}
timeout-minutes: 60
steps: