We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f5d624 + 6d58643 commit 79b66eaCopy full SHA for 79b66ea
.github/workflows/build-metrics-report.yml
@@ -3,7 +3,7 @@ name: Build Metrics Report
3
on: # yamllint disable-line rule:truthy
4
workflow_dispatch:
5
schedule:
6
- - 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
7
8
env:
9
PY_VERSION: "3.10"
0 commit comments