Browse Source

Don't build-all for PRs

Torkel Ödegaard 7 năm trước cách đây
mục cha
commit
2c22a7b4ba
1 tập tin đã thay đổi với 2 bổ sung4 xóa
  1. 2 4
      .circleci/config.yml

+ 2 - 4
.circleci/config.yml

@@ -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:
@@ -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