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 d92a663 commit 7afaa46Copy full SHA for 7afaa46
.github/workflows/main.yml
@@ -157,21 +157,6 @@ jobs:
157
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
158
run: make promote-docs-in-s3
159
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
-
175
test-rsconnect:
176
name: "Integration tests against latest Connect"
177
runs-on: ubuntu-latest
0 commit comments