Skip to content

Monitoring

Monitoring #921

Workflow file for this run

name: "Monitoring"
permissions:
contents: read
on:
workflow_dispatch:
schedule:
- cron: "30 18 * * *"
jobs:
daily_snapshots:
name: "Daily snapshots"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout code"
uses: actions/checkout@v4
- name: "Set up Python"
uses: actions/setup-python@v5
with:
python-version: "3.x"
- name: "Install requirements"
run: pip install beautifulsoup4
- name: "Check daily snapshots"
run: ./monitoring/check_phpmyadmin_daily_snapshots.py