Skip to content

Commit

Permalink
runs on 2nd day of month to account for GA4 report latency
Browse files Browse the repository at this point in the history
  • Loading branch information
btylerburton committed Dec 11, 2024
1 parent 62f0885 commit 6d58643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-metrics-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build Metrics Report
on: # yamllint disable-line rule:truthy
workflow_dispatch:
schedule:
- cron: "0 0 1 * *" # runs first day of every month at 12am UTC
- cron: "0 0 2 * *" # Runs at 00:00 UTC on 2nd day of the month - to account for GA4 reporting latency

env:
PY_VERSION: "3.10"
Expand Down

0 comments on commit 6d58643

Please sign in to comment.