Skip to content

Commit 4004389

Browse files
author
Mathis Loussert
committed
Remove Sonar check from fork
1 parent 346e0c7 commit 4004389

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/bandit_sonar.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
sonarcloud:
4848
name: SonarCloud Scan
4949
runs-on: ubuntu-latest
50+
if: >
51+
github.event.pull_request.head.repo.full_name == github.repository ||
52+
github.event_name != 'pull_request'
5053
steps:
5154
- uses: actions/checkout@v4
5255
- name: Set up Java

0 commit comments

Comments
 (0)