Skip to content

Commit

Permalink
GHA: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Feb 9, 2025
1 parent 37a6196 commit 2fbe7a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- {os: ubuntu-latest, r: '3.6' }
- {os: ubuntu-latest, r: 'release' , plan: multicore, label: 'w/ multicore' }
- {os: ubuntu-latest, r: 'release' , plan: multisession, label: 'w/ multisession' }
- {os: ubuntu-latest, r: 'devel', future_version: develop, label: 'w/ future-develop' }
- {os: ubuntu-latest, r: 'devel', future_version: feature/evalFuture-3, label: 'w/ future-feature/evalFuture-3' }
- {os: ubuntu-latest, r: 'release', future_version: develop, label: 'w/ future-develop' }
- {os: ubuntu-latest, r: 'release', future_version: feature/evalFuture-3, label: 'w/ future-feature/evalFuture-3' }

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

0 comments on commit 2fbe7a4

Please sign in to comment.