Skip to content

agenthits: отключить runtime cache #6

agenthits: отключить runtime cache

agenthits: отключить runtime cache #6

name: monitoring guard
on:
push:
paths:
- '.github/workflows/monitoring-guard.yaml'
- 'AGENTS.md'
- 'Kit/**/*.swift'
- 'Kit/scripts/passive_monitoring_guard.py'
- 'Modules/**/*.swift'
- 'Makefile'
pull_request:
paths:
- '.github/workflows/monitoring-guard.yaml'
- 'AGENTS.md'
- 'Kit/**/*.swift'
- 'Kit/scripts/passive_monitoring_guard.py'
- 'Modules/**/*.swift'
- 'Makefile'
permissions:
contents: read
jobs:
passive-monitoring:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- run: python3 Kit/scripts/passive_monitoring_guard.py --self-test
- run: python3 Kit/scripts/passive_monitoring_guard.py