Skip to content

Commit dae1ed9

Browse files
authored
skip connect on release (#343)
1 parent 1fe0893 commit dae1ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
name: "Release to pypi"
234234
runs-on: ubuntu-latest
235235
if: github.event_name == 'release'
236-
needs: [build-docs, tests, test-rsconnect]
236+
needs: [build-docs, tests]
237237
steps:
238238
- uses: actions/checkout@v4
239239
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)