mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-16 08:52: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:
|
documentation:
|
||||||
name: Deploy
|
name: Publish Documentation
|
||||||
needs: [build]
|
needs: [build]
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
@ -100,7 +100,7 @@ jobs:
|
|||||||
###################################################
|
###################################################
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
name: Publish
|
name: Publish NuGet Packages
|
||||||
needs: [build]
|
needs: [build]
|
||||||
if: "!contains(github.event.head_commit.message, 'skip-ci') || startsWith(github.ref, 'refs/tags/')"
|
if: "!contains(github.event.head_commit.message, 'skip-ci') || startsWith(github.ref, 'refs/tags/')"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user