From df7fe0f69823ce719684bc161b6fdd38e500f525 Mon Sep 17 00:00:00 2001 From: CatDeployed Date: Sat, 26 May 2018 20:05:42 -0400 Subject: [PATCH] prevent PR from triggering push --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f33928d..1fcc1ce 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,9 +7,9 @@ jobs: - run: name: Build Postal Docker Container command: docker build -t postal:latest . - - run: - name: Skip this job for Pull Requests - command: '[[ -v CIRCLE_PR_NUMBER ]] && circleci step halt || true' + #- run: + # name: Skip this job for Pull Requests + # command: '[[ -v CIRCLE_PR_NUMBER ]] && circleci step halt || true' workflows: version: 2 nightly: