Skip to content

Commit

Permalink
fix: put hold in parallel with test and build
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Jun 26, 2020
1 parent 0f112a3 commit 479ed2f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,10 @@ workflows:
- hold:
filters: *filter-only-master
type: approval
requires:
- test
- build
- release:
filters: *filter-only-master
context: sem-rel-json-schema-tools
requires:
- hold
- test
- build

0 comments on commit 479ed2f

Please sign in to comment.