Skip to content

Commit 950cfe3

Browse files
authored
Merge pull request #1601 from StackVista/fix-workflow-for-forks
Make sure the linter runs for any pull request
2 parents b553a84 + 8d0ee3f commit 950cfe3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/run_brokenlinks.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
# comments on changes are added as a review on the PR by the github-actionsbot
44

55
name: brokenlink-checker
6-
on: [push]
6+
on: [pull_request]
77

88
jobs:
99
broken-link-checker:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
13-
- name: Run brokenlink checker
14-
run: python .github/scripts/brokenlinks.py
15-
shell: sh
12+
- uses: actions/checkout@v4
13+
- name: Run brokenlink checker
14+
run: python .github/scripts/brokenlinks.py
15+
shell: sh

0 commit comments

Comments
 (0)