Skip to content

Cron Testing

Cron Testing #909

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:
pytest-options: -m "not cern_network"