Skip to content

Commit

Permalink
[CI] Change update-sponsors workflow to run weekly every Tuesday (#852
Browse files Browse the repository at this point in the history
)

I think it's better to have the workflow run every week than on fixed days of the month which leads to an irregular schedule. Tuesday is an arbitrary choice, but seems convenient.
  • Loading branch information
straight-shoota authored Oct 15, 2024
1 parent 83121bf commit 5f84bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-sponsors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Update Sponsors

on:
schedule:
- cron: '0 9 1,8,15,23 * *'
- cron: '0 9 * * 2'

workflow_dispatch:

Expand Down

0 comments on commit 5f84bce

Please sign in to comment.