Skip to content

Commit

Permalink
Vocab & Counts refreshes
Browse files Browse the repository at this point in the history
- Update: Re-enabled cronjobs because as of recently, GitHub has increased memory capacity of actions, and we no longer need alternative repository with premium runners.
  • Loading branch information
joeflack4 committed Nov 30, 2024
1 parent ddbb25b commit 9013ad9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/refresh_counts.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/refresh_voc.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 9013ad9

Please sign in to comment.