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 49950cb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on: # yamllint disable-line rule:truthy
push:
branches: ['master']
pull_request:
workflow_call:

jobs:
pytest:
Expand Down
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 49950cb

Please sign in to comment.