From 6b3988ea232374c4d1049c1723398e42eb68fcff Mon Sep 17 00:00:00 2001 From: Vince Knight Date: Wed, 8 Apr 2020 17:31:03 +0100 Subject: [PATCH] Add weekly CI run. Closes #1317 --- .github/workflows/config.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/config.yml b/.github/workflows/config.yml index 347edb097..043b9d664 100644 --- a/.github/workflows/config.yml +++ b/.github/workflows/config.yml @@ -1,6 +1,11 @@ name: CI -on: [push, pull_request] +on: + push: + pull_request: + # Run weakly at 00:00 on Sunday. + schedule: + - cron: '0 0 * * 0' jobs: build: