Skip to content

Commit

Permalink
Update schedule for report.yaml workflow to run at 1:00 AM UTC -3 on …
Browse files Browse the repository at this point in the history
…the first day of the month
  • Loading branch information
endersonmenezes committed Apr 3, 2024
1 parent c2319f0 commit 196ebc3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Report Update

on:
schedule:
# First day of the month at 2:00 UTC is on BRL last day of the month at 23:00
- cron: '0 2 1 * *'
- cron: "0 4 1 * *" # 1:00 AM UTC -3 on the first day of the month
workflow_dispatch:
inputs:
month:
Expand Down

0 comments on commit 196ebc3

Please sign in to comment.