system-git-sync/.forgejo/workflows/review.yml
George Lambert c71dce2187
Some checks are pending
review / inventory (push) Waiting to run
S13: CI-CD review gate and run-review.sh (no ns1 auto-deploy)
2026-09-15 22:22:57 -04:00

15 lines
378 B
YAML

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"