We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dec83d8 commit b5a1e14Copy full SHA for b5a1e14
.github/workflows/build.yml
@@ -40,6 +40,7 @@ jobs:
40
make check-codestyle
41
42
- name: Run safety checks
43
+ if: github.repository == 'nvuillam/github-dependents-info' && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false)
44
env:
45
SAFETY_API_KEY: ${{ secrets.SAFETY_API_KEY }}
46
run: |
0 commit comments