Skip to content

Schedule Run

Schedule Run #1

Workflow file for this run

name: Schedule Run
on:
schedule:
- cron: 0 0 * * 0
workflow_dispatch:
jobs:
run:
name: Run
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.13
cache: pip
cache-dependency-path: pyproject.toml
- name: Install deps
run: pip install .
- name: Run
run: check-phat-nguoi