File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -922,7 +922,7 @@ jobs:
922922 contents : read
923923 name : QA Smoke CI (${{ matrix.name }})
924924 needs : [preflight]
925- if : needs.preflight.outputs.run_checks_fast == 'true'
925+ if : ${{ false }} # Temporarily disabled while QA smoke sharding is repaired.
926926 runs-on : ${{ github.event_name == 'workflow_dispatch' && 'ubuntu-24.04' || (github.repository == 'openclaw/openclaw' && 'blacksmith-16vcpu-ubuntu-2404' || 'ubuntu-24.04') }}
927927 timeout-minutes : 60
928928 strategy :
@@ -1009,7 +1009,7 @@ jobs:
10091009 contents : read
10101010 name : QA Smoke CI
10111011 needs : [preflight, qa-smoke-ci-shard]
1012- if : always() && needs.preflight.outputs.run_checks_fast == 'true'
1012+ if : ${{ false }} # Temporarily disabled while QA smoke sharding is repaired.
10131013 runs-on : ubuntu-24.04
10141014 timeout-minutes : 5
10151015 steps :
You can’t perform that action at this time.
0 commit comments