Skip to content

Commit

Permalink
ci: add action name in job name
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanouil committed Dec 26, 2023
1 parent ac38492 commit 10f58fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-pak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ on:
name: R-CMD-check

jobs:
check:
r-cmd-check:
runs-on: ${{ matrix.config.os }}

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

strategy:
fail-fast: false
Expand Down

0 comments on commit 10f58fb

Please sign in to comment.