From d9c7f1ceb5a69083001589a46273368b0b970731 Mon Sep 17 00:00:00 2001 From: Swaneet Date: Wed, 13 Sep 2023 09:17:15 +0200 Subject: [PATCH] Check manual dependencies monthly only. --- .github/workflows/check-manual-dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-manual-dependencies.yml b/.github/workflows/check-manual-dependencies.yml index aa92a4b..245f3d9 100644 --- a/.github/workflows/check-manual-dependencies.yml +++ b/.github/workflows/check-manual-dependencies.yml @@ -2,7 +2,7 @@ name: Check manual dependencies on: schedule: - - cron: "25 3 * * 2" # weekly: tuesdays at 3:25 + - cron: "25 3 4 * *" # monthly: At 03:25 on day-of-month 4 workflow_dispatch: # Allow manual run jobs: