We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 904b51a commit bcb9795Copy full SHA for bcb9795
.github/workflows/ci-test-go.yml
@@ -109,7 +109,7 @@ jobs:
109
make test-unit
110
111
- name: Analyze with SonarCloud
112
- 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 == '.' }}
113
uses: sonarsource/sonarcloud-github-action@master
114
with:
115
projectBaseDir: ${{ inputs.project-directory }}
0 commit comments