Skip to content

Commit bcb9795

Browse files
authored
Update ci-test-go.yml
1 parent 904b51a commit bcb9795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test-go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
make test-unit
110110
111111
- name: Analyze with SonarCloud
112-
if: ${{ github.ref_name == 'main' && inputs.run-tests && inputs.project-directory == '.' }}
112+
if: ${{ github.ref_name == 'main' && github.repository_owner == 'testcontainers' && inputs.run-tests && inputs.project-directory == '.' }}
113113
uses: sonarsource/sonarcloud-github-action@master
114114
with:
115115
projectBaseDir: ${{ inputs.project-directory }}

0 commit comments

Comments
 (0)