Skip to content

Commit

Permalink
Merge pull request #59 from cmdotcom/betternames
Browse files Browse the repository at this point in the history
Better pipe names
  • Loading branch information
EnessenE authored Oct 14, 2022
2 parents 54677c7 + e492e6e commit d47bad7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ on:

jobs:
build:

name: Build and test
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Setup .NET
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
types: created

jobs:
build:

nugetpush:
name: Build, test and push to nuget
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit d47bad7

Please sign in to comment.