Skip to content

Commit 9f737fa

Browse files
authored
fix(ci): do not run sonar for Testcontainers Cloud (#3166)
1 parent 7a46146 commit 9f737fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ jobs:
120120
run: |
121121
if [[ "1.23.x" == "${{ inputs.go-version }}" ]] && \
122122
[[ "true" != "${{ inputs.rootless-docker }}" ]] && \
123+
[[ "true" != "${{ inputs.testcontainers-cloud }}" ]] && \
123124
[[ "true" != "${{ inputs.ryuk-disabled }}" ]] && \
124125
[[ "main" == "${{ github.ref_name }}" ]] && \
125126
[[ "testcontainers" == "${{ github.repository_owner }}" ]]; then

0 commit comments

Comments
 (0)