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 7a46146 commit 9f737faCopy full SHA for 9f737fa
.github/workflows/ci-test-go.yml
@@ -120,6 +120,7 @@ jobs:
120
run: |
121
if [[ "1.23.x" == "${{ inputs.go-version }}" ]] && \
122
[[ "true" != "${{ inputs.rootless-docker }}" ]] && \
123
+ [[ "true" != "${{ inputs.testcontainers-cloud }}" ]] && \
124
[[ "true" != "${{ inputs.ryuk-disabled }}" ]] && \
125
[[ "main" == "${{ github.ref_name }}" ]] && \
126
[[ "testcontainers" == "${{ github.repository_owner }}" ]]; then
0 commit comments