We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 611cd40 + a650999 commit 9119cb1Copy full SHA for 9119cb1
1 file changed
.github/workflows/link-checker.yml
@@ -3,11 +3,7 @@ name: Link checker
3
on:
4
workflow_dispatch:
5
schedule:
6
- - cron: "0 10 * * 0"
7
- pull_request:
8
- types: [opened, synchronize, reopened, closed]
9
- branches:
10
- - main
+ - cron: "0 11 * * *"
11
12
jobs:
13
link_checker_job:
0 commit comments