File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
- ' .github/workflows/generate_issues.yml'
7
7
- ' .github/actions/testing_report_generation**'
8
8
schedule :
9
- # Run every day at 5am (PST) - cron uses UTC times
10
- - cron : ' 0 13 * * *'
9
+ # Run every day at 4am (PST) - cron uses UTC times
10
+ - cron : ' 0 12 * * *'
11
11
jobs :
12
12
generate_an_issue :
13
13
# Don't run on private repo.
Original file line number Diff line number Diff line change 6
6
types : [closed]
7
7
workflow_dispatch :
8
8
schedule :
9
- # Run every day at 11pm (PST) - cron uses UTC times
10
- - cron : ' 0 7 * * *'
9
+ # Run every day at 10pm (PST) - cron uses UTC times
10
+ - cron : ' 0 6 * * *'
11
11
12
12
concurrency :
13
13
group : ${{ github.workflow }}-${{ github.head_ref || github.ref }}
Original file line number Diff line number Diff line change 7
7
- ' .github/workflows/release.yml'
8
8
workflow_dispatch :
9
9
schedule :
10
- # Run every day at 11pm (PST) - cron uses UTC times
11
- - cron : ' 0 7 * * *'
10
+ # Run every day at 9pm (PST) - cron uses UTC times
11
+ - cron : ' 0 5 * * *'
12
12
13
13
concurrency :
14
14
group : ${{ github.workflow }}-${{ github.head_ref || github.ref }}
You can’t perform that action at this time.
0 commit comments