ci: move fast bundled checks to blacksmith

This commit is contained in:
Peter Steinberger
2026-04-24 20:00:12 +01:00
parent d12b523611
commit 7b5307acfc

View File

@@ -663,7 +663,7 @@ jobs:
name: ${{ matrix.check_name }}
needs: [preflight]
if: needs.preflight.outputs.run_checks_fast == 'true'
runs-on: ubuntu-24.04
runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-4vcpu-ubuntu-2404' || 'ubuntu-24.04' }}
timeout-minutes: 60
strategy:
fail-fast: false