Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
llrs-roche committed Feb 7, 2025
1 parent abdbb86 commit ed42539
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-check-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -525,9 +525,10 @@ jobs:
- name: Get changed files 📃
id: changed-files
uses: tj-actions/changed-files@v45
files: |
tests/testthat/**.R
R/**.R
with:
files: |
tests/testthat/**.R
R/**.R
- name: Check only affected modules 🎯
if: inputs.fast-tests == true
Expand Down

0 comments on commit ed42539

Please sign in to comment.