Skip to content

Commit c040f2f

Browse files
GHA: tweaks
1 parent 5d428b5 commit c040f2f

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,14 @@ jobs:
2121
- {os: windows-latest, r: 'oldrel' }
2222
# - {os: macOS-latest, r: 'devel' }
2323
- {os: macOS-latest, r: 'release' }
24-
- {os: macOS-latest, r: 'oldrel' }
24+
# - {os: macOS-latest, r: 'oldrel' }
2525
- {os: ubuntu-latest, r: 'devel' }
2626
- {os: ubuntu-latest, r: 'release' }
2727
- {os: ubuntu-latest, r: 'oldrel' }
2828
- {os: ubuntu-latest, r: 'oldrel-1' }
2929
- {os: ubuntu-latest, r: 'oldrel-2' }
30-
- {os: ubuntu-latest, r: '3.6' }
30+
# - {os: ubuntu-latest, r: '3.6' }
3131
- {os: ubuntu-latest, r: 'release' , language: ko, label: ko }
32-
- {os: ubuntu-latest, r: 'release', future_version: develop, label: 'w/ future-develop' }
33-
- {os: ubuntu-latest, r: 'release', future_version: feature/evalFuture-3, label: 'w/ future-feature/evalFuture-3' }
3432

3533
env:
3634
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/future_tests.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
2323
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
2424
## R CMD check
25-
_R_CHECK_LENGTH_1_CONDITION_: true
26-
_R_CHECK_LENGTH_1_LOGIC2_: true
2725
_R_CHECK_MATRIX_DATA_: true
2826
_R_CHECK_CRAN_INCOMING_: false
2927
## Specific to futures

0 commit comments

Comments
 (0)