From 323bb4f8c852bd4406afce56f227c0e6eca01994 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 28 Sep 2024 00:38:52 +0100 Subject: [PATCH] ops: schedule weekly CI build tests --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8364f8..06e00b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,8 +3,9 @@ name: CI on: pull_request: push: - branches: - - master + branches: [ master ] + schedule: + - cron: '0 0 * * 1' jobs: lint: