Skip to content

Commit a00e662

Browse files
authored
Merge pull request #1297 schedule run tests
2 parents 7664c0c + 59377af commit a00e662

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)