Skip to content

Commit e443d31

Browse files
authored
chore(gha): Add conditional step for broken-link-checker job (#11077)
chore: Add conditional step for broken-link-checker job
1 parent bddba50 commit e443d31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ permissions:
1111
jobs:
1212
broken-link-checker:
1313
runs-on: ubuntu-latest
14+
if: github.actor == 'vercel[bot]'
1415
steps:
1516
- uses: actions/checkout@v4
1617
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)