Skip to content

Commit

Permalink
Restore weekly CI job
Browse files Browse the repository at this point in the history
Restores d3d21ae after it was dropped
as part of 058666e.
  • Loading branch information
cottsay committed Mar 22, 2024
1 parent 058666e commit e6a1dfa
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Run tests periodically

on: # yamllint disable-line rule:truthy
pull_request:
schedule:
- cron: '40 7 * * 0'

jobs:
pytest:
uses: ./.github/workflows/ci.yaml

0 comments on commit e6a1dfa

Please sign in to comment.