Skip to content

Commit

Permalink
remove parameter value from name
Browse files Browse the repository at this point in the history
  • Loading branch information
schnellerhase committed Jul 19, 2024
1 parent f52a4f0 commit f8a8c06
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/macos-fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ jobs:
strategy:
matrix:
with-petsc: [true, false]
name: Build and test (mac OS, with-petsc=${{ matrix.with-petsc }})
name: >-
if [[ ${{ matrix.with-petsc }} ]]; then
"Build and test (mac OS, with-petsc)"
else
"Build and test (mac OS, no-petsc)"
fi

steps:
- name: Install Homebrew dependencies
Expand Down

0 comments on commit f8a8c06

Please sign in to comment.