Skip to content

Commit

Permalink
Edited the cron to run every 90mins
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftyos committed Sep 20, 2023
1 parent 6dcee70 commit 55bcb99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/repo-stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
schedule:
# Run this once per day, towards the end of the day for keeping the most
# recent data point most meaningful (hours are interpreted in UTC).
- cron: "0 23 * * *"
- cron: "*/90 * * * *"
workflow_dispatch: # Allow for running this manually.

jobs:
Expand Down

0 comments on commit 55bcb99

Please sign in to comment.