Skip to content

Commit

Permalink
Don't build-all for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
torkelo committed Jul 11, 2018
1 parent 2fbf2bb commit 2c22a7b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Expand Up @@ -246,7 +246,7 @@ workflows:
test-and-build:
jobs:
- build-all:
filters: *filter-not-release
filters: *filter-only-master
- build-enterprise:
filters: *filter-only-master
- codespell:
Expand All @@ -270,9 +270,7 @@ workflows:
- gometalinter
- mysql-integration-test
- postgres-integration-test
filters:
branches:
only: master
filters: *filter-only-master
- deploy-enterprise-master:
requires:
- build-all
Expand Down

0 comments on commit 2c22a7b

Please sign in to comment.