Skip to content

Commit b37f3af

Browse files
authored
Update nightly.yml
1 parent f7f2535 commit b37f3af

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ name: Nightly Regression
22

33
on:
44
schedule:
5-
# run at 01:00 UTC (9:00 UTC+8) so that we can debug it immediately
6-
- cron: '00 01 * * *'
7-
pull_request:
8-
branches: [ master ]
5+
# run at 00:00 UTC (8:00 UTC+8) so that we can debug it immediately
6+
- cron: '00 00 * * *'
97

108
jobs:
119
test-difftest-fuzzing:

0 commit comments

Comments
 (0)