Skip to content

Commit

Permalink
Fix: actually run the quarter report every quarter, not every month (#53
Browse files Browse the repository at this point in the history
)
  • Loading branch information
TrueBrain authored Nov 1, 2024
1 parent 8340c89 commit d7a30e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-summary-quarter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Create Summary (Quarter)

on:
schedule:
- cron: '0 8 1 * *'
- cron: '0 8 1 */3 *'
workflow_dispatch:
inputs:
year:
Expand Down

0 comments on commit d7a30e6

Please sign in to comment.