diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cedb1dfb0..3e2f0307f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -785,7 +785,8 @@ jobs: # ---------- Unit tests (a5 hardware, Python + C++) ---------- ut-a5: needs: [detect-changes, pre-commit] - if: needs.detect-changes.outputs.docs_only != 'true' + # The a5 self-hosted runner is under repair; drop the `false &&` to re-enable. + if: false && needs.detect-changes.outputs.docs_only != 'true' runs-on: [self-hosted, a5] timeout-minutes: 30 env: