Merge pull request #88 from Molecule-AI/fix/ci-runs-on-self-hosted

ci: route docs build to self-hosted Mac mini runner
This commit is contained in:
molecule-ai[bot] 2026-04-24 05:26:27 +00:00 committed by GitHub
commit 6d5c936165
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,12 @@ on:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
# Self-hosted Mac mini — this repo is private and the org's
# GitHub-hosted minute budget is exhausted (every ubuntu-latest job
# dies in 2s with no step output). Per the 2026-04-22 carve-out:
# private repos run on self-hosted; public repos use ubuntu-latest
# (still free).
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4