Skip to content

Commit

Permalink
Enhance GitHub Actions workflow by adding descriptive build job name …
Browse files Browse the repository at this point in the history
…for better clarity in CI/CD logs
  • Loading branch information
qianlifeng committed Dec 19, 2024
1 parent cfa7cb1 commit c8a46e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
run: make test

build:
name: Build ${{ matrix.os }} ${{ matrix.arch }}
needs: test
strategy:
matrix:
Expand Down

0 comments on commit c8a46e5

Please sign in to comment.