Skip to content

Commit

Permalink
Restore weekly CI job (#729)
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 authored Mar 22, 2024
1 parent ce2ffa5 commit dcee458
Show file tree
Hide file tree
Showing 2 changed files with 11 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
10 changes: 10 additions & 0 deletions .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Run tests periodically

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

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

0 comments on commit dcee458

Please sign in to comment.