remove superfluous "on" in sample workflow for scheduled job

This commit is contained in:
Alexander Standke 2020-03-31 13:49:58 -07:00 committed by GitHub
parent e820136e97
commit 46cba8ad0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,6 @@ for more details.
```yml
name: Check Markdown links
on:
on:
push:
branches:
@ -106,4 +105,4 @@ checking for certain links in a markdown document.
```
2. `<!-- markdown-link-check-disable-next-line -->` Use this comment to disable link checking for the next line.
3. `<!-- markdown-link-check-disable-line -->` Use this comment to disable link
checking for the current line.
checking for the current line.