Skip to content

Commit 79b66ea

Browse files
authored
Merge pull request #5013 from GSA/adjust-metrics-cron
runs on 2nd day of month to account for GA4 report latency
2 parents 1f5d624 + 6d58643 commit 79b66ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-metrics-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build Metrics Report
33
on: # yamllint disable-line rule:truthy
44
workflow_dispatch:
55
schedule:
6-
- cron: "0 0 1 * *" # runs first day of every month at 12am UTC
6+
- cron: "0 0 2 * *" # Runs at 00:00 UTC on 2nd day of the month - to account for GA4 reporting latency
77

88
env:
99
PY_VERSION: "3.10"

0 commit comments

Comments
 (0)