ci: include node22 compat in manual full ci

This commit is contained in:
Peter Steinberger
2026-04-27 01:27:20 +01:00
parent 90b3cdb6a7
commit 11e17793e1

View File

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