Skip to content

Commit 1e4262b

Browse files
committed
integrate the mlr3 dev vs release into the job name
1 parent 0b73823 commit 1e4262b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
R-CMD-check:
1717
runs-on: ${{ matrix.config.os }}
1818

19-
name: ${{ matrix.config.os }} (${{ matrix.config.r }})
19+
name: ${{ matrix.config.os }} (R ${{ matrix.config.r }}; mlr3 ${{ matrix.config.mlr3 }})
2020

2121
strategy:
2222
fail-fast: false

0 commit comments

Comments
 (0)