Skip to content

Commit d762cfc

Browse files
committed
schedule tests to be run every day
so that we can detect when dictionaries in IPFS cannot be downloaded
1 parent de1ac1a commit d762cfc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-app.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
branches: [ master ]
99
pull_request:
1010
branches: [ master ]
11+
schedule:
12+
- cron: '0 12 * * *'
1113

1214
jobs:
1315
build:

0 commit comments

Comments
 (0)