Skip to content

Commit

Permalink
ci: Fix name of test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jidicula committed Aug 13, 2022
1 parent 96def7a commit ac141a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -13,7 +13,7 @@ defaults:

jobs:
test:
name: clang-format-${{ matrix.clang-format-version }}
name: ${{ inputs.runner-os }}-clang-format-${{ matrix.clang-format-version }}
runs-on: ${{ inputs.runner-os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit ac141a5

Please sign in to comment.