Skip to content

Commit

Permalink
enable scheduled weekly CI run at noon UTC (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitzmahone authored Sep 26, 2023
1 parent e847033 commit 7f0060a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ on:
push:
pull_request:
types: [ opened, synchronize, reopened ]
schedule:
- cron: '0 12 * * 1'

jobs:
sdist:
Expand Down

0 comments on commit 7f0060a

Please sign in to comment.