Skip to content

Commit

Permalink
R-CMD-check no suggests
Browse files Browse the repository at this point in the history
  • Loading branch information
klevdiamanti committed Jul 9, 2024
1 parent dc84d9d commit cb90633
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/R-CMD-check_no-suggests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,23 @@ on:
- 'develop'
- 'optimization_develop'
- 'optimization_main'
push:
branches:
- 'optimization_develop_self-hosted-runner'

name: R-CMD-check-hard

jobs:
R-CMD-check:
runs-on: ${{ matrix.config.os }}

name: ${{ matrix.config.os }} (${{ matrix.config.r }})

runs-on: se-ua2-lin28
strategy:
fail-fast: false
matrix:
config:
- {os: ubuntu-latest, r: 'release'}

- {r: 'release'}
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes

steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit cb90633

Please sign in to comment.