Skip to content

Cron Testing

Cron Testing #273

Workflow file for this run

# Runs all tests on master on Mondays at 3 am (UTC time)
name: Cron Testing
on:
schedule:
- cron: '* 3 * * mon'
jobs:
tests:
uses: pylhc/.github/.github/workflows/cron.yml@master
with:
extra-dependencies: test