ci: move additional checks to blacksmith

This commit is contained in:
Peter Steinberger
2026-05-06 09:33:19 +01:00
parent ce8b0da9a2
commit 674c447264
2 changed files with 10 additions and 10 deletions

View File

@@ -1461,7 +1461,7 @@ jobs:
name: ${{ matrix.check_name }}
needs: [preflight]
if: ${{ !cancelled() && always() && needs.preflight.outputs.run_check_additional == 'true' }}
runs-on: ubuntu-24.04
runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }}
timeout-minutes: 20
strategy:
fail-fast: false