Skip to content

Commit

Permalink
include recipe in action name
Browse files Browse the repository at this point in the history
  • Loading branch information
phelps-sg committed Oct 22, 2023
1 parent 33d5c89 commit 908d45b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda_package_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
build:
name: py${{ matrix.python }} on ${{ matrix.os }}
name: ${{ matrix.recipe }} for py${{ matrix.python }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
env:
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
Expand Down

0 comments on commit 908d45b

Please sign in to comment.