Skip to content

Commit

Permalink
Merge branch 'main' into run-lint-first
Browse files Browse the repository at this point in the history
* main:
  fix: do not run sonar upload when ryuk is disabled (testcontainers#2889)
  • Loading branch information
mdelapenya committed Nov 18, 2024
2 parents da8b161 + da46918 commit 25c1a90
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 @@ -128,7 +128,7 @@ jobs:
run: make test-unit

- name: Upload SonarCloud files
if: ${{ github.ref_name == 'main' && github.repository_owner == 'testcontainers' && matrix.platform == 'ubuntu-latest' && !inputs.rootless-docker }}
if: ${{ github.ref_name == 'main' && github.repository_owner == 'testcontainers' && matrix.platform == 'ubuntu-latest' && !inputs.rootless-docker && !inputs.ryuk-disabled }}
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
with:
name: sonarcloud-${{ inputs.project-directory }}-${{ inputs.go-version }}-${{ matrix.platform }}
Expand Down

0 comments on commit 25c1a90

Please sign in to comment.