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 4fadd47 commit c4746e7Copy full SHA for c4746e7
.github/workflows/pr-license-scan.yaml
@@ -6,6 +6,7 @@ on:
6
jobs:
7
fossa-scan:
8
runs-on: ubuntu-latest
9
+ if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
10
steps:
11
- uses: actions/checkout@v3
12
- name: "Run FOSSA Analyze"
0 commit comments