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 35104a9 commit cbbe7d0Copy full SHA for cbbe7d0
.github/workflows/link-checker.yml
@@ -9,6 +9,7 @@ on:
9
schedule:
10
# * is a special character in YAML so you have to quote this string
11
- cron: '30 8 * * 5'
12
+ workflow_dispatch:
13
14
jobs:
15
linkChecker:
0 commit comments