Skip to content

Commit

Permalink
Merge branch 'master' into multi_product
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi authored Feb 23, 2024
2 parents 2d8119b + 0be0c16 commit 78be96d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Sonar analysis
on:
push:
pull_request_target:
types: [opened, synchronize, reopened]
# pull_request_target:
# types: [opened, synchronize, reopened]

concurrency:
group: sonar-${{ github.head_ref }}
Expand Down Expand Up @@ -30,4 +30,4 @@ jobs:
if: env.SONAR_TOKEN != ''
uses: gradle/gradle-build-action@40b6781dcdec2762ad36556682ac74e31030cfe2 # v2.5.1
with:
arguments: build jacocoTestReport sonar --info -Dorg.gradle.jvmargs=-XX:MaxMetaspaceSize=512m
arguments: build jacocoTestReport sonar --info -Dorg.gradle.jvmargs=-XX:MaxMetaspaceSize=512m

0 comments on commit 78be96d

Please sign in to comment.