Skip to content

Commit

Permalink
add R version to auto brew job name
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Sep 12, 2022
1 parent face44c commit 273b51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/tasks/r/github.macos.autobrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

jobs:
autobrew:
name: "Autobrew {{ "${{ matrix.platform }}" }}"
name: "Autobrew {{ '${{ matrix.platform }} R ${{ matrix.r-version }}' }}"
runs-on: {{ "${{ matrix.platform }}" }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 273b51f

Please sign in to comment.