From 32a7eba19abebe7a0cd880ec670d010d2c2f1b17 Mon Sep 17 00:00:00 2001 From: isabel zimmerman Date: Fri, 3 Oct 2025 12:42:10 -0400 Subject: [PATCH] skip connect on release --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7720d1c2..9ff1f803 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -233,7 +233,7 @@ jobs: name: "Release to pypi" runs-on: ubuntu-latest if: github.event_name == 'release' - needs: [build-docs, tests, test-rsconnect] + needs: [build-docs, tests] steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v4