From 2817841929ea456f1e097d818b21b5f70e6c88a4 Mon Sep 17 00:00:00 2001 From: Christian Meusel Date: Fri, 20 Dec 2024 21:23:50 +0100 Subject: [PATCH] Check for new issues from updated dependencies once a week We've experienced this more than once. Let's get aware of such issues early. --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 63daddc1..b251381f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -5,6 +5,9 @@ on: branches: - main push: + # Check for new issues from updated dependencies once a week (Friday noon). + schedule: + - cron: "0 12 * * 5" workflow_dispatch: jobs: