Skip to content

Commit

Permalink
test actions after repo transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffjennings authored Aug 15, 2024
1 parent 4bca461 commit a7f826e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/update_stats.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Update cache files

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

jobs:
build:
Expand Down Expand Up @@ -69,4 +69,4 @@ jobs:
git push -f --set-upstream origin cache
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a7f826e

Please sign in to comment.