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: