mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-14 16:02:50 +08:00
Give GH Actions jobs a more suitable name
This commit is contained in:
parent
b6b963c03c
commit
da1c471c18
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user