From 6f8bd9fe1019dccb7bea99d52cfd51342d388b25 Mon Sep 17 00:00:00 2001 From: rickstaa Date: Sun, 2 Oct 2022 14:15:25 +0200 Subject: [PATCH] ci: increase top-issues dashboard update frequency --- .github/workflows/top-issues-dashboard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/top-issues-dashboard.yml b/.github/workflows/top-issues-dashboard.yml index 9794794..2b36e52 100644 --- a/.github/workflows/top-issues-dashboard.yml +++ b/.github/workflows/top-issues-dashboard.yml @@ -1,7 +1,7 @@ name: Update top issues dashboard on: schedule: - - cron: "0 0 */7 * *" + - cron: "0 0 */3 * *" jobs: showAndLabelTopIssues: