Skip to content

Commit

Permalink
Reactivate 20min refresh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
joeflack4 committed Sep 15, 2024
1 parent ca3843a commit 4941808
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/refresh_db.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: DB Refresh (Objects API)

on:
# schedule:
## - cron: '0 5 * * *' # every day 5am GMT (12/1am EST/EDT)
# - cron: '*/20 * * * *' # every 20 minutes
## - cron: '0 * * * *' # every hour on the hour
schedule:
# - cron: '0 5 * * *' # every day 5am GMT (12/1am EST/EDT)
- cron: '*/20 * * * *' # every 20 minutes
# - cron: '0 * * * *' # every hour on the hour
workflow_dispatch:
inputs:
since:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/resolve_fetch_failures_0_members.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: "Resolve fetch failures: New csets w/ 0 members"

on:
# schedule:
# - cron: '10 5 * * *' # every day 5:10am GMT (12:10/1:10am EST/EDT)
schedule:
- cron: '10 5 * * *' # every day 5:10am GMT (12:10/1:10am EST/EDT)
workflow_dispatch:
inputs:
# todo: support list of IDs (comma-delimited)
Expand Down

0 comments on commit 4941808

Please sign in to comment.