Skip to content

Commit bf9b4db

Browse files
authored
Don't run link check on forks (PowerShell#17797)
1 parent b780a34 commit bf9b4db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/markdownLinkDaily.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
jobs:
1313
markdown-link-check:
1414
runs-on: ubuntu-latest
15+
if: github.repository == 'PowerShell/PowerShell'
1516
steps:
1617
- name: Checkout
1718
uses: actions/checkout@master

0 commit comments

Comments
 (0)