Skip to content

Commit

Permalink
Attempt to deploy all apps to connect
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Jul 31, 2023
1 parent 489df60 commit c10f7fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/apps-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
retry: 3
# extra_app_text: ", apps = list('000-all', '000-manual', 1, 2)"

## Deployment server has been disabled
- os: "${{ needs.config.outputs.ubuntu }}"
r: "${{ needs.config.outputs.oldrel1 }}"
type: "connect"
Expand All @@ -48,7 +47,7 @@ jobs:
rspm: "https://demo.rstudiopm.com/all/__linux__/focal/latest"
cores: 1
retry: 3
extra_app_text: ", apps = list('000-all', '000-manual', 1, 2)"
# extra_app_text: ", apps = list('000-all', '000-manual', 1, 2)"

env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
Expand Down

0 comments on commit c10f7fe

Please sign in to comment.