Compare commits

...

4 Commits

Author SHA1 Message Date
c11189fe11 ci: lock deploy workflow to nas-deploy runner
All checks were successful
SMOKE / smoke (push) Successful in 7s
CI / build-and-anchors (push) Successful in 44s
CI / build-and-anchors (pull_request) Successful in 40s
2026-02-28 17:43:19 +01:00
b47edb24cf Merge pull request 'ci: fix YAML newlines after runs-on (mac-ci)' (#156) from chore/fix-yaml-runs-on-newlines into main
Some checks failed
CI / build-and-anchors (push) Successful in 41s
SMOKE / smoke (push) Successful in 3s
Deploy staging+live (annotations) / deploy (push) Has been cancelled
Reviewed-on: #156
2026-02-28 15:54:48 +01:00
be191b09a0 ci: fix YAML newlines after runs-on (mac-ci)
All checks were successful
SMOKE / smoke (push) Successful in 25s
CI / build-and-anchors (push) Successful in 1m6s
CI / build-and-anchors (pull_request) Successful in 37s
2026-02-28 15:50:48 +01:00
e06587478d Merge pull request 'ci: route CI/bots to mac runner; keep deploy on NAS' (#155) from chore/route-ci-to-mac-runner into main
All checks were successful
Deploy staging+live (annotations) / deploy (push) Successful in 1m58s
Reviewed-on: #155
2026-02-28 15:29:35 +01:00
6 changed files with 11 additions and 6 deletions

View File

@@ -22,7 +22,8 @@ concurrency:
jobs:
apply-approved:
runs-on: mac-ci container:
runs-on: mac-ci
container:
image: mcr.microsoft.com/devcontainers/javascript-node:22-bookworm
steps:

View File

@@ -22,7 +22,8 @@ concurrency:
jobs:
reject:
runs-on: mac-ci container:
runs-on: mac-ci
container:
image: mcr.microsoft.com/devcontainers/javascript-node:22-bookworm
steps:

View File

@@ -6,7 +6,8 @@ on:
jobs:
label:
runs-on: mac-ci steps:
runs-on: mac-ci
steps:
- name: Apply labels from Type/State/Category
env:
FORGE_BASE: ${{ vars.FORGE_API || vars.FORGE_BASE }}

View File

@@ -15,7 +15,8 @@ defaults:
jobs:
build-and-anchors:
runs-on: mac-ci container:
runs-on: mac-ci
container:
image: mcr.microsoft.com/devcontainers/javascript-node:22-bookworm
steps:

View File

@@ -26,7 +26,7 @@ concurrency:
jobs:
deploy:
runs-on: ubuntu-latest
runs-on: nas-deploy
container:
image: mcr.microsoft.com/devcontainers/javascript-node:22-bookworm

View File

@@ -3,6 +3,7 @@ on: [push, workflow_dispatch]
jobs:
smoke:
runs-on: mac-ci steps:
runs-on: mac-ci
steps:
- run: node -v && npm -v
- run: echo "runner OK"