Skip to content

Commit 9119cb1

Browse files
authored
Merge pull request #1076 from DuendeSoftware/mb/link-checker
Update link-checker workflow: modify cron schedule and remove pull_request trigger to avoid GH rate limiting
2 parents 611cd40 + a650999 commit 9119cb1

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/link-checker.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@ name: Link checker
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: "0 10 * * 0"
7-
pull_request:
8-
types: [opened, synchronize, reopened, closed]
9-
branches:
10-
- main
6+
- cron: "0 11 * * *"
117

128
jobs:
139
link_checker_job:

0 commit comments

Comments
 (0)