summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2019-12-23 08:38:32 +0100
committerJulian Berman <Julian@GrayVines.com>2019-12-23 08:38:32 +0100
commit35c73a709982c61e35ae61217b5a62c59de5fcbe (patch)
treed711207259003f296de0f3acfdb92495b8723631
parentecaea219441f59f87960164585e49d9cbeed0432 (diff)
downloadjsonschema-35c73a709982c61e35ae61217b5a62c59de5fcbe.tar.gz
Run daily.
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 41ca5b0..792ba16 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -5,6 +5,9 @@ on:
pull_request:
release:
types: [published]
+ schedule:
+ # Daily at 3:21
+ - cron: '21 3 * * *'
jobs:
ci: