Skip to content

Commit 044ccf6

Browse files
committed
Uses and run aren't compatible
1 parent efdc03b commit 044ccf6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-check-install.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,9 +515,11 @@ jobs:
515515
path: "${{ inputs.additional-caches }}"
516516
key: additional-caches-${{ runner.os }}
517517

518+
- name: Setup git checkout ⚙️
519+
uses: actions/[email protected]
520+
518521
- name: Check only affected modules 🎯
519522
if: startsWith(${{ github.event.repository.name }}, "teal.modules.") && github.event_name == 'pull_request'
520-
uses: actions/[email protected]
521523
run: |
522524
# Get the list of R files that have changed
523525
files=$(git diff --name-only main.. -- tests/* R/*.R)

0 commit comments

Comments
 (0)