Skip to content

Commit

Permalink
Make the CI job name less fun
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
  • Loading branch information
webknjaz and hugovk committed Jul 23, 2024
1 parent 290c3be commit a6bbc82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ jobs:

build_windows_msi:
name: >- # ${{ '' } is a hack to nest jobs under the same sidebar category
📦 Windows MSI${{ '' }}
Windows MSI${{ '' }}
needs: check_source
if: fromJSON(needs.check_source.outputs.run-win-msi)
strategy:
Expand Down

0 comments on commit a6bbc82

Please sign in to comment.