From 11e17793e1d22b7ad342a76e71507ad229327326 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 27 Apr 2026 01:27:20 +0100 Subject: [PATCH] ci: include node22 compat in manual full ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7505e45af83..e005e97a400 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: