Skip to content

Commit 2ea14f4

Browse files
authored
T-8888 [E2E] Run test only twice daily (#21)
1 parent 07bf27b commit 2ea14f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths:
66
- .github/**
77
schedule:
8-
- cron: '30 * * * *'
8+
- cron: '0 4,16 * * *'
99
workflow_dispatch:
1010

1111
jobs:

0 commit comments

Comments
 (0)