Skip to content

Commit

Permalink
cleanup Posit Connect workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DivadNojnarg committed Jun 6, 2024
1 parent c1a6956 commit fbb621d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1,612 deletions.
24 changes: 6 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,14 @@ name: ci

jobs:

lint:

uses: ./.github/workflows/lint.yml

smoke:

needs: lint

runs-on: ubuntu-latest

env:
Expand Down Expand Up @@ -52,24 +58,6 @@ jobs:

secrets: inherit

lint:

needs: smoke

uses: ./.github/workflows/lint.yml

secrets: inherit

deploy:

needs: smoke

if: github.event_name != 'pull_request'

uses: ./.github/workflows/deploy-app.yml

secrets: inherit

pkgdown:

needs: smoke
Expand Down
47 changes: 0 additions & 47 deletions .github/workflows/deploy-app.yml

This file was deleted.

189 changes: 0 additions & 189 deletions deploy/deploy-workflow.R

This file was deleted.

5 changes: 0 additions & 5 deletions inst/examples/deploy-deps.R

This file was deleted.

Loading

0 comments on commit fbb621d

Please sign in to comment.