Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
woksin committed Jan 20, 2021
1 parent 12b947e commit 173a126
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
dot-net-ci:
name: .NET CI
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Setup .Net
Expand Down Expand Up @@ -67,7 +66,6 @@ jobs:
name: .NET CD
runs-on: ubuntu-latest
needs: [context, dot-net-ci, create-release]

if: ${{ needs.context.outputs.should-publish == 'true' }}

steps:
Expand Down

0 comments on commit 173a126

Please sign in to comment.