Skip to content

Commit

Permalink
Merge pull request #4 from willgryan/rworkflows
Browse files Browse the repository at this point in the history
Rworkflows
  • Loading branch information
AliSajid authored Sep 12, 2023
2 parents 19a408f + 7ddb8ec commit 2e6c9e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 0 additions & 1 deletion .Rprofile

This file was deleted.

7 changes: 4 additions & 3 deletions .github/workflows/rworkflows.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: rworkflows
'on':
on:
workflow_dispatch:
push:
branches:
- master
Expand Down Expand Up @@ -45,10 +46,10 @@ jobs:
run_vignettes: ${{ true }}
has_testthat: ${{ true }}
run_covr: ${{ true }}
run_pkgdown: ${{ true }}
run_pkgdown: ${{ false }}
has_runit: ${{ false }}
has_latex: ${{ false }}
GITHUB_TOKEN: ${{ secrets.PAT_GITHUB }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run_docker: ${{ false }}
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}
runner_os: ${{ runner.os }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
.httr-oauth
.DS_Store
inst/doc
.Rprofile

0 comments on commit 2e6c9e5

Please sign in to comment.