diff --git a/.github/workflows/create-user-mongo-db.yml b/.github/workflows/create-user-mongo-db.yml index 1d82ef2..337df12 100644 --- a/.github/workflows/create-user-mongo-db.yml +++ b/.github/workflows/create-user-mongo-db.yml @@ -48,8 +48,3 @@ jobs: shell: bash run: | echo "${{ steps.setup.outputs.connection-string }}" - - name: Teardown - uses: mongodb/atlas-github-action@v0.2.0 - with: - delete-project-id: ${{ steps.create-project.outputs.create-project-id }} - delete-cluster-name: test-cluster