ci: keep build smoke on blacksmith

This commit is contained in:
Peter Steinberger
2026-04-22 17:33:40 +01:00
parent d8913d3901
commit e8240a2628
2 changed files with 9 additions and 9 deletions

View File

@@ -1812,7 +1812,7 @@ jobs:
name: "build-smoke"
needs: [preflight, build-artifacts]
if: ${{ !cancelled() && always() && needs.preflight.outputs.run_build_smoke == 'true' && (github.event_name != 'push' || needs.build-artifacts.result == 'success') }}
runs-on: ubuntu-24.04
runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }}
timeout-minutes: 20
steps:
- name: Checkout