Explorar o código

Don't build-all for PRs

Torkel Ödegaard %!s(int64=7) %!d(string=hai) anos
pai
achega
2c22a7b4ba
Modificáronse 1 ficheiros con 2 adicións e 4 borrados
  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