Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
Update sonar.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wottop authored Feb 13, 2024
1 parent e2d4e60 commit 675ce74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
name: unit_test_reports

- name: Analyze
if: ${{ fromJson(steps.get_pr_data.outputs.data).base.ref == 'main' || fromJson(steps.get_pr_data.outputs.data).base.ref startsWtih('feature/*')}}
if: ${{ fromJson(steps.get_pr_data.outputs.data).base.ref == 'main' || fromJson(steps.get_pr_data.outputs.data).base.ref.startsWtih('test')}}
uses: gradle/gradle-build-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 675ce74

Please sign in to comment.