Skip to content

Commit

Permalink
discard cran check for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondrej Slama committed Feb 22, 2024
1 parent e1d1c97 commit 0f1256f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
uses: insightsengineering/r.pkg.template/.github/workflows/release.yaml@main
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
r-cmd:
name: R CMD Check 🧬
needs: [release, docs]
uses: insightsengineering/r.pkg.template/.github/workflows/build-check-install.yaml@main
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
additional-r-cmd-check-params: --as-cran
# r-cmd:
# name: R CMD Check 🧬
# needs: [release, docs]
# uses: insightsengineering/r.pkg.template/.github/workflows/build-check-install.yaml@main
# secrets:
# REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
# with:
# additional-r-cmd-check-params: --as-cran
coverage:
name: Coverage 📔
needs: [release, docs]
Expand Down

0 comments on commit 0f1256f

Please sign in to comment.