Skip to content

Commit

Permalink
set workflow to schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffjennings committed Aug 12, 2024
1 parent 0015067 commit 4ac0cce
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/update_stats.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Update cache files

on: push
# on:
# schedule:
# - cron: "20 21 * * *"
# on: push
on:
schedule:
# workflow may be delayed for longer when it's on the hour
- cron: "20 07 * * *"

jobs:
build:
Expand Down

0 comments on commit 4ac0cce

Please sign in to comment.