From f142d9097ca17866972dec7c4097495990931459 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Tue, 28 Feb 2023 09:28:54 +0100 Subject: [PATCH] Run the changelog tow times a week To be able to reuse the cache that looks to expire after one week --- .github/workflows/changelog.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changelog.yaml b/.github/workflows/changelog.yaml index 0861a372a..a2961f306 100644 --- a/.github/workflows/changelog.yaml +++ b/.github/workflows/changelog.yaml @@ -2,7 +2,7 @@ name: Changelog Generator on: schedule: - - cron: '0 0 * * 1' + - cron: '0 0 * * 1,4' push: tags: - '*.*.*'