Skip to content

Commit 9791582

Browse files
committed
monitor-components: reduce checking frequency
There is very little reason for us to be overzealous and trying to be as quick as possible in upgrading components as soon as they come out. Let's save a couple electrons. If need be, we can always trigger manual runs (thanks to the `workflow_dispatch` event). Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 6ad2524 commit 9791582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/monitor-components.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Monitor component updates
77

88
on:
99
schedule:
10-
- cron: "11,31,51 * * * *"
10+
- cron: "* 8,11,14,17 * * *"
1111
workflow_dispatch:
1212

1313
env:

0 commit comments

Comments
 (0)