Skip to content

Commit

Permalink
Merge pull request #5013 from GSA/adjust-metrics-cron
Browse files Browse the repository at this point in the history
runs on 2nd day of month to account for GA4 report latency
  • Loading branch information
rshewitt authored Dec 11, 2024
2 parents 1f5d624 + 6d58643 commit 79b66ea
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 79b66ea

Please sign in to comment.