Skip to content

Test schedule

Test schedule #279

Workflow file for this run

name: Test schedule
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
permissions:
contents: read
jobs:
test_schedule:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.12
- run: python -m pip install requests
- run: python tools/test_schedule.py