Skip to content

Commit

Permalink
Add R_REMOTES_STANDALONE env variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
galachad authored Jan 24, 2024
1 parent 555d85e commit 96a9782
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ jobs:
coverage:
name: Code Coverage
uses: pharmaverse/admiralci/.github/workflows/code-coverage.yml@main
env:
R_REMOTES_STANDALONE: true
if: >
github.event_name != 'release'
with:
Expand All @@ -98,6 +100,8 @@ jobs:
man-pages:
name: Man Pages
uses: pharmaverse/admiralci/.github/workflows/man-pages.yml@main
env:
R_REMOTES_STANDALONE: true
if: github.event_name == 'pull_request'
with:
r-version: "4.3"

0 comments on commit 96a9782

Please sign in to comment.