Skip to content

Commit 8bcd9ec

Browse files
committed
Add workflow for summarized build report.
1 parent 7ca8e40 commit 8bcd9ec

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/build-report.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Generate Weekly Test Report
2+
3+
on:
4+
workflow_dispatch:
5+
schedule:
6+
- cron: "0 16 * * *" # 4pm UTC = 8am PST / 9am PDT, 7 hours after testapps run
7+
8+
env:
9+
GITHUB_TOKEN: ${{ github.token }}
10+
numDays: 7
11+
numDaysExtended: 30
12+
13+
jobs:

0 commit comments

Comments
 (0)