Skip to content

Release 2026.8.20.1: bump Colab URL tag refs #188

Release 2026.8.20.1: bump Colab URL tag refs

Release 2026.8.20.1: bump Colab URL tag refs #188

name: Navigator Check
# Thin caller for PyAutoHands's reusable navigator-catalogue check. The check
# logic (path/banner lint + catalogue staleness) and its entrypoints live in
# PyAutoHands/autohands; this repo only declares which generator project to run.
# See PyAutoLabs/PyAutoHands/.github/workflows/navigator_check.yml.
# One run per commit: PR events carry the CI; pushes only build main
# (Heart's ws_ci gate reads main-HEAD conclusions). Superseded runs are
# cancelled on PR refs only — a cancelled main run would read as red CI
# (cancelled is in Heart's FAILURE_CONCLUSIONS).
on:
push:
branches: [main]
pull_request:
concurrency:
group: navigator_check-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
permissions:
contents: read
jobs:
navigator:
uses: PyAutoLabs/PyAutoHands/.github/workflows/navigator_check.yml@main
with:
project: howtolens