Skip to content

Cron

Cron #1848

Workflow file for this run

name: Cron
on:
schedule:
# Run everyday at 03:53 UTC
- cron: 53 3 * * *
jobs:
main:
name: CI
uses: ./.github/workflows/ci.yml
with:
cpython-pip-version: >-
["main", "latest", "previous"]