We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fead53 commit 6dcdf29Copy full SHA for 6dcdf29
.github/workflows/build-report.yml
@@ -3,7 +3,7 @@ name: Generate Test Report Table
3
on:
4
workflow_dispatch:
5
schedule:
6
- - 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
7
8
env:
9
GITHUB_TOKEN: ${{ github.token }}
0 commit comments