From 27f8ac2568ff9f7f3ece4ade5198805c9307c693 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Mon, 19 Dec 2022 12:08:15 -0500 Subject: [PATCH] Schedule recurring CI cron job This will have the benefit of catching when an upstream updated package introduces a compatibility issue. This cron job should trigger to leave notices for maintainers on the US East Coast to see on their Tuesday mornings. Signed-off-by: Alex Nelson --- .github/workflows/cicd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index ded9ba3..a15404d 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -23,6 +23,8 @@ on: release: types: - published + schedule: + - cron: '15 5 * * TUE' jobs: build: