Skip to content

Commit

Permalink
fixup! Add a GitHub workflow to monitor component updates
Browse files Browse the repository at this point in the history
_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.
2 changes: 1 addition & 1 deletion .github/workflows/monitor-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Monitor component updates

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

env:
Expand Down

0 comments on commit 3464b98

Please sign in to comment.