Skip to content

Commit

Permalink
Rename 'Build' workflow to 'Build blazecli'
Browse files Browse the repository at this point in the history
The 'Build' workflow is not very telling in its function. Rename it to
'Build blazecli' to make it more clear what it is about.

Signed-off-by: Daniel Müller <[email protected]>
  • Loading branch information
d-e-s-o committed Sep 5, 2024
1 parent b8c0970 commit df45c87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
name: Build
name: Build blazecli
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ jobs:
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
build-artifacts:
uses: ./.github/workflows/build.yml
uses: ./.github/workflows/build-cli.yml
secrets: inherit

0 comments on commit df45c87

Please sign in to comment.