We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b553a84 + 8d0ee3f commit 950cfe3Copy full SHA for 950cfe3
.github/workflows/run_brokenlinks.yml
@@ -3,13 +3,13 @@
3
# comments on changes are added as a review on the PR by the github-actionsbot
4
5
name: brokenlink-checker
6
-on: [push]
+on: [pull_request]
7
8
jobs:
9
broken-link-checker:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v4
13
- - name: Run brokenlink checker
14
- run: python .github/scripts/brokenlinks.py
15
- shell: sh
+ - uses: actions/checkout@v4
+ - name: Run brokenlink checker
+ run: python .github/scripts/brokenlinks.py
+ shell: sh
0 commit comments