Skip to content

Commit

Permalink
Don't check in R 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan authored Jun 17, 2024
1 parent fedd355 commit 7c7a31b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
pull_request:
branches: [main, master]
schedule:
- cron: '0 17 * * 1,4'
- cron: '30 11 * * 1,4'

name: R-CMD-check

Expand All @@ -33,7 +33,6 @@ jobs:
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'devel'}
- {os: ubuntu-latest, r: 'oldrel'}
- {os: ubuntu-latest, r: '3.6'}

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

0 comments on commit 7c7a31b

Please sign in to comment.