Skip to content

Commit 4249232

Browse files
authored
Fix schedule in e2e-accuracy.yml (#5207)
1 parent c54e067 commit 4249232

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/e2e-accuracy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ 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"
67+
schedule:
68+
# twice a week, on Wednesday and Saturday
69+
- cron: "0 22 * * 3,6"
7070

7171

7272
permissions: read-all

0 commit comments

Comments
 (0)