From 89546342627068b32a9aca401b66376318b2101c Mon Sep 17 00:00:00 2001 From: Jack He Date: Thu, 9 Jan 2025 10:19:11 -0800 Subject: [PATCH] Should reset once every 3rd hour --- .github/workflows/reset-parent-or-child-lab-machine.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reset-parent-or-child-lab-machine.yml b/.github/workflows/reset-parent-or-child-lab-machine.yml index c0f359a0..5be0fb99 100644 --- a/.github/workflows/reset-parent-or-child-lab-machine.yml +++ b/.github/workflows/reset-parent-or-child-lab-machine.yml @@ -1,7 +1,7 @@ name: reset-parent-or-child-lab-machine on: schedule: - - cron: "0 22-23/3 * * *" # Runs once every 3 hours + - cron: "0 */3 * * *" # Runs once every 3 hours workflow_dispatch: inputs: parent-or-child: