From 7ca61e322aa2e3c0e76882960ece2c79664ddf07 Mon Sep 17 00:00:00 2001 From: Toya <82502378+Toryalai1@users.noreply.github.com> Date: Thu, 7 Aug 2025 15:53:08 +0200 Subject: [PATCH] Update generate_db.yml --- .github/workflows/generate_db.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate_db.yml b/.github/workflows/generate_db.yml index 55cbe2b..ed41755 100755 --- a/.github/workflows/generate_db.yml +++ b/.github/workflows/generate_db.yml @@ -1,8 +1,8 @@ name: Generate DBs on: - schedule: - - cron: '0 12 * * *' + # schedule: + # - cron: '0 12 * * *' push: branches: - main