Skip to content

Commit

Permalink
fix: Correction in metrics cron job schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
WarFox committed Oct 10, 2023
1 parent f417eff commit 919dfff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Metrics

on:
schedule: [0 10 * * 0] # Every Sunday at 10:00 am
schedule: [{cron: "0 10 * * 0"}] # Every Sunday at 10:00 am
workflow_dispatch:
push:

Expand Down

0 comments on commit 919dfff

Please sign in to comment.