From f153b1d5d2e102b5aecba73ad71a9853a107e565 Mon Sep 17 00:00:00 2001 From: Zebreus Date: Mon, 24 Apr 2023 12:34:31 +0200 Subject: [PATCH] Adjust schedule for keepalive workflow --- .github/workflows/keepalive.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/keepalive.yml b/.github/workflows/keepalive.yml index 655e352..3261737 100644 --- a/.github/workflows/keepalive.yml +++ b/.github/workflows/keepalive.yml @@ -1,7 +1,7 @@ name: Prevent github from suspending scheduled actions on: schedule: - - cron: "0 3 1 * *" + - cron: "0 0 * * 3" workflow_dispatch: permissions: contents: write