From 04a1f3ce90198be7eaf0ba14640a7a0a0c3ff85c Mon Sep 17 00:00:00 2001 From: Simon Lecoq <22963968+lowlighter@users.noreply.github.com> Date: Sun, 18 Oct 2020 11:09:39 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e0639ff..37aea0e7 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,9 @@ Don't forget to put your GitHub username ! name: GitHub metrics as SVG image on: # Schedule the metrics update - schedule: [{cron: "*/15 * * * *"}] + schedule: [{cron: "0 * * * *"}] # (optional) Force update a commit occurs on master branch + # All commits tagged with [Skip GitHub Action] will be ignored by this GitHub action push: {branches: "master"} jobs: github-metrics: