Skip to content

Commit f98e769

Browse files
authored
Remove unused link check arg (#360)
Follow-up to open-telemetry/opentelemetry-java-contrib#2472
1 parent 2e50b4d commit f98e769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
GITHUB_TOKEN: ${{ github.token }}
2323
run: |
2424
mise run lint:local-links
25-
mise run lint:links-in-modified-files --base origin/${{ github.base_ref }} --head ${{ github.event.pull_request.head.sha }} --event pull_request
25+
mise run lint:links-in-modified-files --base origin/${{ github.base_ref }} --head ${{ github.event.pull_request.head.sha }}
2626
2727
- name: Link check for pushes and scheduled workflows
2828
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)