From c496a5460faa3df1d6efd43220bfcad428b9aa4e Mon Sep 17 00:00:00 2001 From: David Kennedy Date: Wed, 27 Nov 2024 15:25:27 -0500 Subject: [PATCH 1/3] scheduled clone db once a day --- .github/workflows/clone-db.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clone-db.yaml b/.github/workflows/clone-db.yaml index 7989fa34f..4e5353c53 100644 --- a/.github/workflows/clone-db.yaml +++ b/.github/workflows/clone-db.yaml @@ -8,7 +8,7 @@ name: Clone Stable Database on: schedule: # Run daily at 2:00 PM EST - - cron: '0 * * * *' + - cron: '0 0 * * *' # Allow manual triggering workflow_dispatch: From de5f55a37b65f936c93994d1e292a4abcfc1aa7e Mon Sep 17 00:00:00 2001 From: David Kennedy Date: Wed, 27 Nov 2024 15:32:11 -0500 Subject: [PATCH 2/3] scheduled clone db once a day --- .github/workflows/clone-db.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/clone-db.yaml b/.github/workflows/clone-db.yaml index 4e5353c53..9bc7dc013 100644 --- a/.github/workflows/clone-db.yaml +++ b/.github/workflows/clone-db.yaml @@ -7,7 +7,6 @@ name: Clone Stable Database on: schedule: - # Run daily at 2:00 PM EST - cron: '0 0 * * *' # Allow manual triggering workflow_dispatch: From 3e4d7fe3741c779aafb2fc841b58f75ee6a0f373 Mon Sep 17 00:00:00 2001 From: David Kennedy Date: Wed, 27 Nov 2024 15:34:15 -0500 Subject: [PATCH 3/3] scheduled clone db once a day --- .github/workflows/clone-db.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/clone-db.yaml b/.github/workflows/clone-db.yaml index 9bc7dc013..3b006e3f9 100644 --- a/.github/workflows/clone-db.yaml +++ b/.github/workflows/clone-db.yaml @@ -7,6 +7,7 @@ name: Clone Stable Database on: schedule: + # Run daily at 12:00 AM EST - cron: '0 0 * * *' # Allow manual triggering workflow_dispatch: