Skip to content

Commit

Permalink
Update ci-test-go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorel-35 committed Sep 11, 2023
1 parent 904b51a commit bcb9795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
make test-unit
- name: Analyze with SonarCloud
if: ${{ github.ref_name == 'main' && inputs.run-tests && inputs.project-directory == '.' }}
if: ${{ github.ref_name == 'main' && github.repository_owner == 'testcontainers' && inputs.run-tests && inputs.project-directory == '.' }}
uses: sonarsource/sonarcloud-github-action@master
with:
projectBaseDir: ${{ inputs.project-directory }}
Expand Down

0 comments on commit bcb9795

Please sign in to comment.