Skip to content

Commit

Permalink
only run R CMD check CRAN incoming on R dev
Browse files Browse the repository at this point in the history
  • Loading branch information
cjyetman authored Dec 16, 2024
1 parent 2c9e8c6 commit 5844c45
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/R-CMD-check-CRAN-incoming.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,8 @@ jobs:
matrix:
config:
- {os: macos-latest, r: 'devel'}
- {os: macos-latest, r: 'release'}
- {os: windows-latest, r: 'devel'}
- {os: windows-latest, r: 'release'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 5844c45

Please sign in to comment.