Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Apr 9, 2024
1 parent 60d5f32 commit 7e438c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-check-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ on:
Whether R packages installed in the image should be updated to their latest version from CRAN/BioC.
required: false
type: boolean
default: true
default: false

concurrency:
group: r-cmd-${{ inputs.concurrency-group }}-${{ github.event.pull_request.number || github.ref }}
Expand Down Expand Up @@ -352,14 +352,14 @@ jobs:

- name: Update R packages 🗓️
if: >-
inputs.update-r-packages == "true"
inputs.update-r-packages == true
run: |
update.packages()
shell: Rscript {0}

- name: Run Staged dependencies 🎦
if: >-
inputs.enable-sd == "true"
inputs.enable-sd == true
&& inputs.install-deps-from-package-repositories == ''
uses: insightsengineering/staged-dependencies-action@v1
env:
Expand Down

0 comments on commit 7e438c3

Please sign in to comment.