Skip to content

Commit 927eb69

Browse files
authored
Merge pull request #639 from DuendeSoftware/mb/linkchecker
Disable link checker on push events (prevents duplicate runs when merging a PR)
2 parents a675b2b + 538d5e0 commit 927eb69

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/link-checker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
workflow_dispatch:
55
schedule:
66
- cron: "0 10 * * 0"
7-
push:
8-
branches:
9-
- main
7+
#push:
8+
# branches:
9+
# - main
1010
pull_request:
1111
types: [opened, synchronize, reopened, closed]
1212
branches:

0 commit comments

Comments
 (0)