From de5f55a37b65f936c93994d1e292a4abcfc1aa7e Mon Sep 17 00:00:00 2001 From: David Kennedy Date: Wed, 27 Nov 2024 15:32:11 -0500 Subject: [PATCH] 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: