Skip to content

Commit

Permalink
change cron
Browse files Browse the repository at this point in the history
  • Loading branch information
Soraclee committed Jan 24, 2024
1 parent e876a35 commit 88371bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Daily Leaderboard Update

on:
workflow_dispatch: {}
workflow_dispatch:
schedule:
- cron: "0 0 * * *"

jobs:
update_leaderboard:
runs-on: ubuntu-latest
permissions:
contents: write
contents: read, write
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 88371bd

Please sign in to comment.