Skip to content

Commit

Permalink
Move test table generation a few hours later.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsimantov committed Feb 5, 2024
1 parent 5fead53 commit 6dcdf29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 6dcdf29

Please sign in to comment.