Skip to content

Commit

Permalink
schedule tests to be run every day
Browse files Browse the repository at this point in the history
so that we can detect when dictionaries in IPFS cannot be downloaded
  • Loading branch information
filyp committed Nov 23, 2021
1 parent de1ac1a commit d762cfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '0 12 * * *'

jobs:
build:
Expand Down

0 comments on commit d762cfc

Please sign in to comment.