Skip to content

Commit

Permalink
ci: 🐛 this can't be a yaml list
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjohnst86 committed Jun 6, 2024
1 parent 17b53d9 commit 4057f4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
needs:
- check
- tests
needs: |
check
tests
- uses: r-lib/actions/check-r-package@v2

0 comments on commit 4057f4c

Please sign in to comment.