Skip to content

Commit

Permalink
Switch snapshot refresh to weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybosamiya committed Mar 8, 2024
1 parent 86a60e0 commit c344872
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: SnapshotRefresh
on:
# Run either manually upon being dispatched by user
workflow_dispatch:
# Or on schedule, once every night
# Or on schedule
schedule:
- cron: '0 0 * * *' # Run every night at midnight UTC
- cron: '0 0 * * 1' # Run every Monday night at midnight UTC

jobs:
check-and-refresh-snapshot:
Expand Down

0 comments on commit c344872

Please sign in to comment.