We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 889bf6f commit 04a1f3cCopy full SHA for 04a1f3c
README.md
@@ -60,8 +60,9 @@ Don't forget to put your GitHub username !
60
name: GitHub metrics as SVG image
61
on:
62
# Schedule the metrics update
63
- schedule: [{cron: "*/15 * * * *"}]
+ schedule: [{cron: "0 * * * *"}]
64
# (optional) Force update a commit occurs on master branch
65
+ # All commits tagged with [Skip GitHub Action] will be ignored by this GitHub action
66
push: {branches: "master"}
67
jobs:
68
github-metrics:
0 commit comments