From eb1ca595d2baef47bd864b7bc791cfef56562e3c Mon Sep 17 00:00:00 2001 From: kpcyrd Date: Sun, 15 Dec 2024 02:57:48 +0100 Subject: [PATCH] Run pipeline weekly to discover issues earlier --- .github/workflows/repro.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/repro.yml b/.github/workflows/repro.yml index b541219..b24e641 100644 --- a/.github/workflows/repro.yml +++ b/.github/workflows/repro.yml @@ -5,6 +5,8 @@ on: branches: [ master ] pull_request: branches: [ master ] + schedule: + - cron: '0 9 * * 1' jobs: build: