We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a247e commit 1f813a2Copy full SHA for 1f813a2
.github/workflows/update-contribution-overview.yml
@@ -2,7 +2,7 @@ name: Update Contribution Overview
2
3
on:
4
schedule:
5
- - cron: "30 19 * * *" # 7:30am PST
+ - cron: "0 18 * * *" # 6am PST
6
workflow_dispatch: # Allow manual triggering
7
8
jobs:
.github/workflows/update-sponsorships.yml
@@ -2,7 +2,7 @@ name: Update Sponsorships CSV
- - cron: "0 20 30 * * *" # 8:30am PST (1 hour after contribution overview)
+ - cron: "0 19 * * *" # 7am PST (1 hour after contribution overview)
0 commit comments