Skip to content

Commit 013686b

Browse files
[Infra] Skip FOSSA scan on forks (#3386)
1 parent 57f0e56 commit 013686b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/fossa.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ permissions:
1111
jobs:
1212
fossa:
1313
runs-on: ubuntu-latest
14+
if: github.event.repository.fork == false
1415
env:
1516
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}
1617
steps:

0 commit comments

Comments
 (0)