From d78026332fa9670afde5ec73ce9af868e02deb72 Mon Sep 17 00:00:00 2001 From: Thomas Boyer-Chammard <49786685+thomas-bc@users.noreply.github.com> Date: Tue, 4 Feb 2025 16:20:54 -0800 Subject: [PATCH] Update odroid-keepalive.yml schedule and add comments --- .github/workflows/odroid-keepalive.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/odroid-keepalive.yml b/.github/workflows/odroid-keepalive.yml index 14723c417..aedb02982 100644 --- a/.github/workflows/odroid-keepalive.yml +++ b/.github/workflows/odroid-keepalive.yml @@ -9,9 +9,11 @@ name: Odroid Keepalive on: + # workflow_dispatch allows for manual trigger in the repo 'Actions' tab workflow_dispatch: + # run every Monday 8am schedule: - - cron: '0 0 */10 * *' + - cron: '0 8 * * 1' jobs: keepAlive: