Skip to content

Commit

Permalink
fix: step condition
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Sep 9, 2024
1 parent 84bb90b commit 5a9b4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-check-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ jobs:
- name: Setup R dependencies 🎦
if: >-
inputs.deps-installation-method == 'setup-r-dependencies'
inputs.install-deps-from-package-repositories == ''
&& inputs.install-deps-from-package-repositories == ''
uses: insightsengineering/setup-r-dependencies@v1
with:
lookup-refs: ${{ inputs.lookup-refs }}
Expand Down

0 comments on commit 5a9b4b0

Please sign in to comment.