Skip to content

Commit

Permalink
update frequency for banner updates
Browse files Browse the repository at this point in the history
  • Loading branch information
LudovicMalot committed Oct 9, 2024
1 parent 93db393 commit d8ec5a0
Showing 1 changed file with 2 additions and 2 deletions.
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 00:00 UTC on Thursday every 2 weeks
- cron: '0 0 * * 4/2'
# Run at 19:00 UTC every day
- cron: '0 19 * * *'
workflow_dispatch: # Allows manual triggering

jobs:
Expand Down

0 comments on commit d8ec5a0

Please sign in to comment.