Skip to content

Commit

Permalink
enable weekly 1pm Monday scheduled CI run on release-1.16 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitzmahone committed Sep 26, 2023
1 parent e847033 commit c062f2c
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 13 * * 1'

jobs:
sdist:
Expand Down

0 comments on commit c062f2c

Please sign in to comment.