S13: CI-CD review gate and run-review.sh (no ns1 auto-deploy)
Some checks are pending
review / inventory (push) Waiting to run

This commit is contained in:
George Lambert 2026-09-15 22:22:57 -04:00
parent 257405ca61
commit c71dce2187
6 changed files with 84 additions and 10 deletions

View file

@ -0,0 +1,15 @@
name: review
on:
push:
pull_request:
workflow_dispatch:
jobs:
inventory:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: no-deploy
run: |
test -f cicd/GATE.md
grep -q "no auto-deploy" cicd/GATE.md || grep -q "forbidden" cicd/GATE.md
echo "docs and gate only; this workflow does not SSH to ns1"