Skip to content

Commit

Permalink
Update ci.yml.tmpl
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorel-35 committed Sep 12, 2023
1 parent 37f3318 commit c2b67d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modulegen/_template/ci.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
ryuk-disabled: false

sonarcloud:
if: {{ "${{ github.ref_name == 'main' && github.repository_owner == 'testcontainers' && inputs.run-tests && !inputs.rootless-docker }}" }}
if: {{ "${{ github.ref_name == 'main' && github.repository_owner == 'testcontainers' }}" }}
needs: test-examples
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit c2b67d7

Please sign in to comment.