Skip to content

Commit

Permalink
feat: Adjust cronjob to CET
Browse files Browse the repository at this point in the history
  • Loading branch information
matluca committed Nov 6, 2023
1 parent 6a3ca32 commit d8ef2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily-minitb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: MiniTB Daily Standings Update
on:
schedule:
# runs every day at 6:10 (UTC)
- cron: '10 6 * * *'
- cron: '10 7 * * *'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit d8ef2bd

Please sign in to comment.