mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-06-19 21:38:16 +08:00
Give GH Actions jobs a more suitable name
This commit is contained in:
4
.github/workflows/publish.yaml
vendored
4
.github/workflows/publish.yaml
vendored
@ -56,7 +56,7 @@ jobs:
|
||||
###################################################
|
||||
|
||||
documentation:
|
||||
name: Deploy
|
||||
name: Publish Documentation
|
||||
needs: [build]
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
@ -100,7 +100,7 @@ jobs:
|
||||
###################################################
|
||||
|
||||
publish:
|
||||
name: Publish
|
||||
name: Publish NuGet Packages
|
||||
needs: [build]
|
||||
if: "!contains(github.event.head_commit.message, 'skip-ci') || startsWith(github.ref, 'refs/tags/')"
|
||||
runs-on: ubuntu-latest
|
||||
|
Reference in New Issue
Block a user