Skip to content

Commit

Permalink
Merge pull request #143 from neutrinoceros/dispatch_ci
Browse files Browse the repository at this point in the history
TST: run tests daily and allow manual triggering
  • Loading branch information
neutrinoceros authored Nov 15, 2021
2 parents ea875d8 + 2d583aa commit 33e474f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
push:
branches:
- main
schedule:
# run this every day at 3 am UTC
- cron: '0 3 * * *'
workflow_dispatch:

jobs:
tests:
Expand Down

0 comments on commit 33e474f

Please sign in to comment.