From eadd9a42117f9c17000f14b9ec1ed8758a23f66a Mon Sep 17 00:00:00 2001 From: Ivar Derksen Date: Thu, 14 Dec 2023 15:56:36 +0100 Subject: [PATCH] CI/CD: add weekly status checks --- .github/workflows/status-checks.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/status-checks.yml b/.github/workflows/status-checks.yml index 0a49cfc..5c737a5 100644 --- a/.github/workflows/status-checks.yml +++ b/.github/workflows/status-checks.yml @@ -6,6 +6,11 @@ on: branches: [ master ] pull_request: branches: [ master ] + schedule: + # Run every monday on 9:00 in the morning (UTC). + - cron: "0 9 * * 1" + # Make it possible to trigger the checks manually. + workflow_dispatch: jobs: