Skip to content

Commit

Permalink
fix: changed guidelines on report generation
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-deri committed Oct 19, 2024
1 parent 4b8fa16 commit fe9adbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/07_report_generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Generate and send report
on:
schedule:
# scheduled generation cron
- cron: '00 03 * * *' # (03:00AM GTM) generate last day report
- cron: '00 06 * * 1' # (07:00AM GTM) generate last week report on monday
- cron: '30 06 1 * *' # (07:00AM GTM) generate last month report on first day of the month
- cron: '00 01 * * *' # (01:00AM GTM) generate last day report
- cron: '00 06 * * 1' # (06:00AM GTM) generate last week report on monday
- cron: '30 06 1 * *' # (06:00AM GTM) generate last month report on first day of the month
# scheduled send cron
- cron: '00 07 * * *' # (07:00AM GTM) send last day report
- cron: '30 07 * * 1' # (07:30AM GTM) send last week report on monday
Expand Down

0 comments on commit fe9adbb

Please sign in to comment.