Skip to content

Commit

Permalink
fix banner times
Browse files Browse the repository at this point in the history
  • Loading branch information
LudovicMalot committed Oct 10, 2024
1 parent 5bab237 commit 5864caf
Show file tree
Hide file tree
Showing 10 changed files with 4,261 additions and 494 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-achievement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Achievement Update

on:
schedule:
# Runs at 1:00 AM every Thursday
- cron: '0 1 * * 4'
# Runs every day at midnight UTC
- cron: "0 0 * * *"
workflow_dispatch: # Allows manual triggering

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-banners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Banner Update

on:
schedule:
# Run at 19:00 UTC every day
- cron: '0 19 * * *'
# Runs every day at midnight UTC
- cron: '0 0 * * *'
workflow_dispatch: # Allows manual triggering

jobs:
Expand Down
Binary file modified bun.lockb
Binary file not shown.
Loading

0 comments on commit 5864caf

Please sign in to comment.