Skip to content

Commit

Permalink
Give GH Actions jobs a more suitable name
Browse files Browse the repository at this point in the history
  • Loading branch information
patriksvensson committed Apr 15, 2022
1 parent b6b963c commit da1c471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
###################################################

documentation:
name: Deploy
name: Publish Documentation
needs: [build]
runs-on: windows-latest
steps:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit da1c471

Please sign in to comment.