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 0c6abd1 commit a65635fCopy full SHA for a65635f
.github/workflows/on_push.yml
@@ -113,15 +113,3 @@ jobs:
113
CLOUD_HOST: ${{ secrets.INTEGRATIONS_TEAM_TESTS_CLOUD_HOST }}
114
if: "${{ env.CLOUD_HOST != '' }}"
115
run: echo "HAS_SECRETS=true" >> $GITHUB_OUTPUT
116
-
117
- # cloud-tests:
118
- # runs-on: ubuntu-latest
119
- # name: Cloud Tests Py=${{ matrix.python-version }}
120
- # needs: check-secret
121
- # if: needs.check-secret.outputs.has_secrets == 'true'
122
123
- # strategy:
124
- # matrix:
125
- # python-version:
126
- # - '3.10'
127
- # - '3.11'
0 commit comments