We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62dee69 commit aff016aCopy full SHA for aff016a
.github/workflows/build-check-install.yaml
@@ -518,8 +518,8 @@ jobs:
518
- name: Check only affected modules
519
if: startsWith(${{ github.event.repository.name }}, "teal.modules.") && github.event_name == 'pull_request'
520
run: |
521
- # Get the list of files that have changed
522
- files=$(git diff --name-only main..)
+ # Get the list of R files that have changed
+ files=$(git diff --name-only main.. -- tests/* R/*.R)
523
524
# Base directories
525
src_dir="R/"
0 commit comments