Skip to content

Commit

Permalink
Minor in renaming in action
Browse files Browse the repository at this point in the history
  • Loading branch information
lmdiazangulo committed Dec 30, 2024
1 parent 174a21b commit 039fef1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: windows-intelLLVM
name: windows

on:

Expand Down Expand Up @@ -32,7 +32,7 @@ jobs:

fail-fast: false

name: ${{matrix.build-type}}-mpi(${{matrix.mpi}})-mtln(${{matrix.mtln}})-hdf(${{matrix.hdf}})
name: ${{matrix.compiler.name}}-${{matrix.build-type}}-mpi(${{matrix.mpi}})-mtln(${{matrix.mtln}})-hdf(${{matrix.hdf}})

steps:

Expand Down

0 comments on commit 039fef1

Please sign in to comment.