Skip to content

Commit

Permalink
CI: Auto-cancel redundant builds (#23523)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger committed Nov 8, 2018
1 parent 8ae1afe commit af602c5
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
version: 2
jobs:

# --------------------------------------------------------------------------
# 1. py36_locale
# --------------------------------------------------------------------------
py36_locale:
build:
docker:
- image: continuumio/miniconda:latest
# databases configuration
Expand Down Expand Up @@ -34,9 +30,3 @@ jobs:
- run:
name: test
command: ./ci/circle/run_circle.sh --skip-slow --skip-network

workflows:
version: 2
build_and_test:
jobs:
- py36_locale

0 comments on commit af602c5

Please sign in to comment.