Skip to content

Commit fc257be

Browse files
committed
Only perform sonar analysis in base repo
1 parent 5f86eba commit fc257be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
env:
6060
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6161
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
62-
if: github.event.repository.fork == false
62+
if: github.repository == 'gurkenlabs/litiengine'
6363
run: ./gradlew sonar -PskipSpotless
6464

6565
- name: Code Style Validation

0 commit comments

Comments
 (0)