Skip to content

Commit 6dcdf29

Browse files
committed
Move test table generation a few hours later.
1 parent 5fead53 commit 6dcdf29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Generate Test Report Table
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: "0 15 * * *" # 3pm UTC = 7am PST / 8am PDT, 6 hours after testapps run
6+
- cron: "0 21 * * *" # 9pm UTC = 1pm PST / 2pm PDT, 12 hours after testapps run
77

88
env:
99
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)