ci: include node22 compat in manual full ci · openclaw/openclaw@11e1779
steipete
·
2026-04-27
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1087,7 +1087,7 @@ jobs:
|
1087 | 1087 | contents: read |
1088 | 1088 | name: checks-node-compat-node22 |
1089 | 1089 | needs: [preflight] |
1090 | | -if: needs.preflight.outputs.run_build_artifacts == 'true' && github.event_name == 'push' |
| 1090 | +if: needs.preflight.outputs.run_build_artifacts == 'true' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch') |
1091 | 1091 | runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-4vcpu-ubuntu-2404' || 'ubuntu-24.04' }} |
1092 | 1092 | timeout-minutes: 60 |
1093 | 1093 | steps: |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。