diff --git a/.github/workflows/refresh_counts.yml b/.github/workflows/refresh_counts.yml index 0b3b6736d..7e27644ba 100644 --- a/.github/workflows/refresh_counts.yml +++ b/.github/workflows/refresh_counts.yml @@ -1,9 +1,9 @@ name: Refresh counts tables on: -# schedule: + schedule: ## - cron: '0 0 * * 0' # weekly, sunday 12am -# - cron: '0 6 * * *' # every day 6am GMT (1/2am EST/EDT) + - cron: '0 6 * * *' # every day 6am GMT (1/2am EST/EDT) workflow_dispatch: jobs: refresh-counts-tables: diff --git a/.github/workflows/refresh_voc.yml b/.github/workflows/refresh_voc.yml index 339386be9..da1b96c22 100644 --- a/.github/workflows/refresh_voc.yml +++ b/.github/workflows/refresh_voc.yml @@ -1,9 +1,9 @@ name: Refresh vocabulary tables on: -# schedule: + schedule: ## - cron: '0 0 * * 0' # weekly, sunday 12am -# - cron: '0 8 * * *' # every day 6am GMT (3/4am EST/EDT) + - cron: '0 8 * * *' # every day 6am GMT (3/4am EST/EDT) workflow_dispatch: jobs: refresh-vocab-tables: