We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f2535 commit b37f3afCopy full SHA for b37f3af
.github/workflows/nightly.yml
@@ -2,10 +2,8 @@ name: Nightly Regression
2
3
on:
4
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 ]
+ # run at 00:00 UTC (8:00 UTC+8) so that we can debug it immediately
+ - cron: '00 00 * * *'
9
10
jobs:
11
test-difftest-fuzzing:
0 commit comments