Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
portyanikhin committed Oct 11, 2023
1 parent f22ef4f commit 95b947a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build-tests:
name: ${{ matrix.os }}
name: Build & Tests (${{ matrix.os }})
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-binaries.yml
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build-binaries:
name: ${{ matrix.os }}
name: Build Binaries (${{ matrix.os }})
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit 95b947a

Please sign in to comment.