Skip to content

Commit

Permalink
run tests on a schedule (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier authored Aug 10, 2020
1 parent ecd6ec0 commit 970b45d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ on:
- "requirements-dev.txt"
- ".github/workflows/tests.yml"

schedule:
- cron: "0 4 * * *"

jobs:
integration:
strategy:
Expand Down

0 comments on commit 970b45d

Please sign in to comment.