Skip to content

Commit

Permalink
ci: move goreleaser into validate job (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
zepatrik committed Mar 11, 2021
1 parent 7cfa9be commit 65822a4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
- golangci/lint
- nancy/install
- nancy/check
- goreleaser/install
- goreleaser/check
- prettier/install
- prettier/check
- prettier/install:
Expand Down Expand Up @@ -133,13 +135,8 @@ workflows:
only: /.*/
branches:
ignore: /.*/
- goreleaser/test:
filters:
tags:
only: /.*/
- goreleaser/release:
requires:
- goreleaser/test
- test
- test-race
- validate
Expand Down

0 comments on commit 65822a4

Please sign in to comment.