Skip to content

Commit

Permalink
Correct job id (no '.').
Browse files Browse the repository at this point in the history
  • Loading branch information
lrknox committed Oct 23, 2024
1 parent dcf9164 commit b61dc0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-cmake-par.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
working-directory: ${{ runner.workspace }}/build
if: ${{ matrix.run_tests && (inputs.thread_safety != 'TS') }}

CMake_build_parallel_mpi_3.0:
CMake_build_parallel_mpi_3_0:
name: "Parallel MPI 3.0 ${{ inputs.build_mode }}"
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit b61dc0c

Please sign in to comment.