Compare commits
3 Commits
fix/post-s
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 13ca8a0b81 | |||
| e1455eafc4 | |||
| 90df616fa4 |
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -6,12 +6,7 @@ on:
|
|||||||
branches: [main]
|
branches: [main]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
# Self-hosted Mac mini — this repo is private and the org's
|
runs-on: ubuntu-latest
|
||||||
# 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:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user