diff --git a/.github/workflows/build-report.yml b/.github/workflows/build-report.yml index 31ed97d141..1c8db7c800 100644 --- a/.github/workflows/build-report.yml +++ b/.github/workflows/build-report.yml @@ -3,7 +3,7 @@ name: Generate Test Report Table on: workflow_dispatch: schedule: - - cron: "0 15 * * *" # 3pm UTC = 7am PST / 8am PDT, 6 hours after testapps run + - cron: "0 21 * * *" # 9pm UTC = 1pm PST / 2pm PDT, 12 hours after testapps run env: GITHUB_TOKEN: ${{ github.token }}