Give GH Actions jobs a more suitable name

This commit is contained in:
Patrik Svensson 2022-04-15 10:44:14 +02:00
parent b6b963c03c
commit da1c471c18

View File

@ -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