Skip to content

Commit 61afc70

Browse files
Backport PR pandas-dev#42411: CI: Don't test on 1.2.x (pandas-dev#42412)
Co-authored-by: Thomas Li <[email protected]>
1 parent 5672766 commit 61afc70

File tree

6 files changed

+1
-5
lines changed

6 files changed

+1
-5
lines changed

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
pull_request:
77
branches:
88
- master
9-
- 1.2.x
109
- 1.3.x
1110

1211
env:

.github/workflows/database.yml

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
pull_request:
77
branches:
88
- master
9-
- 1.2.x
109
- 1.3.x
1110
paths-ignore:
1211
- "doc/**"

.github/workflows/posix.yml

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
pull_request:
77
branches:
88
- master
9-
- 1.2.x
109
- 1.3.x
1110
paths-ignore:
1211
- "doc/**"

.github/workflows/python-dev.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- 1.3.x
78
pull_request:
89
branches:
910
- master

.github/workflows/sdist.yml

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
pull_request:
88
branches:
99
- master
10-
- 1.2.x
1110
- 1.3.x
1211
paths-ignore:
1312
- "doc/**"

azure-pipelines.yml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ trigger:
33
branches:
44
include:
55
- master
6-
- 1.2.x
76
- 1.3.x
87
paths:
98
exclude:

0 commit comments

Comments
 (0)