Run dependency tests daily

This commit is contained in:
Bert Blommers 2021-11-14 13:02:05 -01:00 committed by GitHub
parent 075f8dcf41
commit 2247fb4d99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,9 @@
name: DependencyTest name: DependencyTest
on: workflow_dispatch on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *' # every day at midnight
jobs: jobs:
runtest: runtest: