Skip to content
Permalink
Browse files
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 <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed Oct 30, 2020
1 parent cbf8e74 commit 3464b98
Showing 1 changed file with 1 addition and 1 deletion.
@@ -7,7 +7,7 @@ name: Monitor component updates

on:
schedule:
- cron: "* 8,11,14,17 * * *"
- cron: "23 8,11,14,17 * * *"
workflow_dispatch:

env:

0 comments on commit 3464b98

Please sign in to comment.