Skip to content

Commit

Permalink
ci: fix workflow configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
brpaz committed Sep 29, 2019
1 parent 24906c9 commit 80b8427
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
test:
name: Test
runs-on: ubuntu-latest
needs: [lint, build]
steps:
- name: Set up Go
uses: actions/setup-go@v1
Expand All @@ -52,7 +51,7 @@ jobs:
release:
name: Create Release
runs-on: ubuntu-latest
needs: [lint, build, test]
needs: [lint, test]
steps:
- uses: actions/checkout@master
if: github.event_name == 'push'
Expand Down

0 comments on commit 80b8427

Please sign in to comment.