Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions .github/workflows/firewall_gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ name: Tenant Firewall Gate
# Path-filtered to scripts/repos_sync.py (plus this file): registry/prompt
# pushes — the overwhelming bulk of Mind traffic — never trigger it.
#
# PyAutoHands is deliberately NOT checked out yet: its firewall clear waits
# behind the version-stamp task that claims the repo (PyAutoHands#235 — see
# issue #198's checklist). Add its checkout when that leg lands; absent repos
# are skipped by the check itself.
# All three organs are checked out. PyAutoHands was omitted at first — its
# firewall clear waited behind the version-stamp task that claimed the repo
# (PyAutoHands#235) — and joined once that leg landed as PyAutoHands#237,
# clearing the last of issue #198's 9 findings.

on:
push:
Expand Down Expand Up @@ -53,6 +53,11 @@ jobs:
with:
repository: PyAutoLabs/PyAutoHeart
path: PyAutoHeart
- name: Checkout PyAutoHands
uses: actions/checkout@v4
with:
repository: PyAutoLabs/PyAutoHands
path: PyAutoHands
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down
Loading