Skip to content

Commit f70ce55

Browse files
authored
CI: change cron for update muted ya (#17598)
1 parent f0122e1 commit f70ce55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_muted_ya.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Update Muted tests
22

33
on:
44
schedule:
5-
- cron: "0 */2 * * *" # At the beginning of every 2nd hour
5+
- cron: "0 12 * * *" # At 12-00 UTC every day
66
workflow_dispatch:
77
inputs:
88
branches:

0 commit comments

Comments
 (0)