We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 554e091 commit 779dc77Copy full SHA for 779dc77
.github/workflows/build-package.yml
@@ -30,7 +30,7 @@ jobs:
30
cat README.md
31
32
- name: 🔗 Link Checker
33
- if: github.repository == 'roboflow/supervision'
+ if: github.repository == 'roboflow/supervision' && github.event.pull_request.head.repo.full_name == github.repository
34
uses: lycheeverse/lychee-action@v2
35
with:
36
lycheeVersion: v0.22.0
0 commit comments