Skip to content

Commit af602c5

Browse files
CI: Auto-cancel redundant builds (#23523)
1 parent 8ae1afe commit af602c5

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.circleci/config.yml

+1-11
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
version: 2
22
jobs:
3-
4-
# --------------------------------------------------------------------------
5-
# 1. py36_locale
6-
# --------------------------------------------------------------------------
7-
py36_locale:
3+
build:
84
docker:
95
- image: continuumio/miniconda:latest
106
# databases configuration
@@ -34,9 +30,3 @@ jobs:
3430
- run:
3531
name: test
3632
command: ./ci/circle/run_circle.sh --skip-slow --skip-network
37-
38-
workflows:
39-
version: 2
40-
build_and_test:
41-
jobs:
42-
- py36_locale

0 commit comments

Comments
 (0)