Skip to content

Commit

Permalink
trying things
Browse files Browse the repository at this point in the history
  • Loading branch information
mb706 committed Jun 26, 2024
1 parent f477cf1 commit 57adac8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/revdep-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
r-version: ${{ matrix.config.r }}

- uses: supercharge/[email protected]
if: contains(fromJSON('["mlr-org/bbotk", "mlr-org/mlr3mbo"]'), github.event_name)
if: contains(fromJSON('["mlr-org/bbotk", "mlr-org/mlr3mbo"]'), matrix.config.pkg)
with:
redis-version: 7

Expand All @@ -59,10 +59,10 @@ jobs:

- uses: r-lib/actions/check-r-package@v2
name: Normal check
if: !contains(fromJSON('["mlr-org/bbotk", "mlr-org/mlr3mbo"]'), github.event_name)
if: ${{ !contains(fromJSON('["mlr-org/bbotk", "mlr-org/mlr3mbo"]'), matrix.config.pkg) }}

- uses: r-lib/actions/check-r-package@v2
name: bbotk check
if: contains(fromJSON('["mlr-org/bbotk", "mlr-org/mlr3mbo"]'), github.event_name)
if: contains(fromJSON('["mlr-org/bbotk", "mlr-org/mlr3mbo"]'), matrix.config.pkg)
with:
args: 'c("--no-manual")' # "--as-cran" prevents to start external processes

0 comments on commit 57adac8

Please sign in to comment.