Skip to content

Commit 59377af

Browse files
committed
schedule run tests
1 parent df32151 commit 59377af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
- release-*
77
pull_request:
88
workflow_dispatch:
9+
# For detect flaky tests
10+
schedule:
11+
- cron: "45 * * * *"
12+
913
jobs:
1014
unit:
1115
concurrency:

0 commit comments

Comments
 (0)