Skip to content

Commit

Permalink
retry
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrassellyb committed Jan 3, 2024
1 parent e509dbd commit 29da17d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,16 @@ jobs:
needs: get_r_version
with:
r-version: "${{ needs.get_r_version.outputs.r-version }}"
check-test:
name: Check v2
uses: pharmaverse/admiralci/.github/workflows/r-cmd-check-test.yml@use_cran_latest
if: github.event_name == 'push'
check:
name: Check
uses: pharmaverse/admiralci/.github/workflows/r-cmd-check.yml@use_cran_latest
with:
error-on: warning # TODO: find a way to ignore specific notes
if: github.event_name == 'push'

# https://github.com/pharmaverse/ggsurvfit/blob/main/.github/workflows/R-CMD-check.yaml
check-test:
name: Check v2
uses: pharmaverse/admiralci/.github/workflows/r-cmd-check-test.yml@use_cran_latest
if: github.event_name == 'push'
docs:
name: Documentation
uses: pharmaverse/admiralci/.github/workflows/pkgdown.yml@main
Expand Down

0 comments on commit 29da17d

Please sign in to comment.