Skip to content

Commit 3464b98

Browse files
committed
fixup! Add a GitHub workflow to monitor component updates
_Actually_ run this scheduled task only four times a day. Not up-to-sixty-times-four times a day (every minute of those four hours). D'oh. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent cbf8e74 commit 3464b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/monitor-components.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Monitor component updates
77

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

1313
env:

0 commit comments

Comments
 (0)