Skip to content

Commit 9eb056f

Browse files
Decrease frequency of e2e tests (#2383)
decrease frequency of e2e tests
1 parent e639b56 commit 9eb056f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- "release/**"
1010
pull_request:
1111
schedule:
12-
- cron: '0 * * * *'
12+
- cron: '0 0,12 * * *'
1313
defaults:
1414
run:
1515
shell: bash

0 commit comments

Comments
 (0)