Skip to content

Commit

Permalink
Change cron job
Browse files Browse the repository at this point in the history
Change cron job from every 5 minutes to every day
  • Loading branch information
kristiandrex authored Jul 14, 2021
1 parent 9194920 commit 0b8adea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Update to latest version from Data Dragon
on:
schedule:
- cron: 0/5 * * * *
- cron: 0 0 * * *
jobs:
update:
runs-on: ubuntu-latest
Expand Down

1 comment on commit 0b8adea

@vercel
Copy link

@vercel vercel bot commented on 0b8adea Jul 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.