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