Skip to content

Commit 77efcc7

Browse files
committed
Disable broken-link-check and check_typos workflows
1 parent aed4c6d commit 77efcc7

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/broken-link-check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Broken link check
2-
on: [push]
2+
on:
3+
workflow_dispatch: # Only manual trigger for now
34

45
jobs:
56
broken_link_checker_job:

.github/workflows/check_typos.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
on:
2-
push:
3-
branches:
4-
- main
5-
pull_request:
6-
branches:
7-
- main
2+
workflow_dispatch: # Only manual trigger for now
83

94
name: Check typos
105
jobs:

0 commit comments

Comments
 (0)