Skip to content

Feed monitor

Feed monitor #307

Workflow file for this run

name: Feed monitor
on:
schedule:
- cron: "23 */6 * * *"
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check feed availability
env:
MAX_FEED_AGE_HOURS: "168"
FAIL_ON_STALE_FEEDS: "false"
run: bash scripts/check-feeds.sh