Skip to content

Commit 7afaa46

Browse files
authored
rsconnect-jupyter is archived. dispatch 404s. (#622)
1 parent d92a663 commit 7afaa46

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -157,21 +157,6 @@ jobs:
157157
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
158158
run: make promote-docs-in-s3
159159

160-
dispatch:
161-
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
162-
needs: distributions
163-
runs-on: ubuntu-latest
164-
steps:
165-
- uses: actions/github-script@v2
166-
with:
167-
github-token: ${{ secrets.DISPATCH_TOKEN }}
168-
script: |
169-
github.repos.createDispatchEvent({
170-
owner: 'rstudio',
171-
repo: 'rsconnect-jupyter',
172-
event_type: 'rsconnect_python_latest'
173-
})
174-
175160
test-rsconnect:
176161
name: "Integration tests against latest Connect"
177162
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)