Skip to content

Commit 0fdcc6c

Browse files
authored
Run E2E accuracy by schedule (#5194)
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 085c366 commit 0fdcc6c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/e2e-accuracy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ on:
6464
description: Custom run name
6565
type: string
6666
default: "E2E accuracy"
67+
schedule:
68+
# twice a week, on Wednesday and Saturday
69+
- cron: "0 22 * * 3,6"
70+
6771

6872
permissions: read-all
6973

0 commit comments

Comments
 (0)