Skip to content

Commit 04a1f3c

Browse files
authored
Update README.md
1 parent 889bf6f commit 04a1f3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ Don't forget to put your GitHub username !
6060
name: GitHub metrics as SVG image
6161
on:
6262
# Schedule the metrics update
63-
schedule: [{cron: "*/15 * * * *"}]
63+
schedule: [{cron: "0 * * * *"}]
6464
# (optional) Force update a commit occurs on master branch
65+
# All commits tagged with [Skip GitHub Action] will be ignored by this GitHub action
6566
push: {branches: "master"}
6667
jobs:
6768
github-metrics:

0 commit comments

Comments
 (0)