Skip to content

Commit

Permalink
revert back to dynamic job names for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
dan9401 committed Oct 19, 2024
1 parent cf639dd commit bb55938
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
R-CMD-check:
runs-on: ${{ matrix.config.os }}

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

strategy:
fail-fast: false
Expand Down

0 comments on commit bb55938

Please sign in to comment.