Skip to content

Commit 425c601

Browse files
authored
CI: Remove workflows on 1.5.x branch (#51949)
1 parent 7ab6f8b commit 425c601

8 files changed

+5
-19
lines changed

.github/workflows/32-bit-linux.yml

-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ on:
55
branches:
66
- main
77
- 2.0.x
8-
- 1.5.x
98
pull_request:
109
branches:
1110
- main
1211
- 2.0.x
13-
- 1.5.x
1412
paths-ignore:
1513
- "doc/**"
1614

.github/workflows/code-checks.yml

-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ on:
55
branches:
66
- main
77
- 2.0.x
8-
- 1.5.x
98
pull_request:
109
branches:
1110
- main
1211
- 2.0.x
13-
- 1.5.x
1412

1513
env:
1614
ENV_FILE: environment.yml

.github/workflows/docbuild-and-upload.yml

-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@ on:
55
branches:
66
- main
77
- 2.0.x
8-
- 1.5.x
98
tags:
109
- '*'
1110
pull_request:
1211
branches:
1312
- main
1413
- 2.0.x
15-
- 1.5.x
1614

1715
env:
1816
ENV_FILE: environment.yml

.github/workflows/macos-windows.yml

-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ on:
55
branches:
66
- main
77
- 2.0.x
8-
- 1.5.x
98
pull_request:
109
branches:
1110
- main
1211
- 2.0.x
13-
- 1.5.x
1412
paths-ignore:
1513
- "doc/**"
1614
- "web/**"

.github/workflows/package-checks.yml

-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ on:
55
branches:
66
- main
77
- 2.0.x
8-
- 1.5.x
98
pull_request:
109
branches:
1110
- main
1211
- 2.0.x
13-
- 1.5.x
1412
types: [ labeled, opened, synchronize, reopened ]
1513

1614
permissions:

.github/workflows/python-dev.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ name: Python Dev
2323
on:
2424
push:
2525
branches:
26-
# - main
27-
# - 1.5.x
26+
- main
27+
- 2.0.x
2828
- None
2929
pull_request:
3030
branches:
31-
# - main
32-
# - 1.5.x
31+
- main
32+
- 2.0.x
3333
- None
3434
paths-ignore:
3535
- "doc/**"
@@ -47,7 +47,7 @@ permissions:
4747

4848
jobs:
4949
build:
50-
# if: false # Uncomment this to freeze the workflow, comment it to unfreeze
50+
if: false # Uncomment this to freeze the workflow, comment it to unfreeze
5151
runs-on: ${{ matrix.os }}
5252
strategy:
5353
fail-fast: false

.github/workflows/sdist.yml

-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ on:
55
branches:
66
- main
77
- 2.0.x
8-
- 1.5.x
98
pull_request:
109
branches:
1110
- main
1211
- 2.0.x
13-
- 1.5.x
1412
types: [labeled, opened, synchronize, reopened]
1513
paths-ignore:
1614
- "doc/**"

.github/workflows/ubuntu.yml

-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ on:
55
branches:
66
- main
77
- 2.0.x
8-
- 1.5.x
98
pull_request:
109
branches:
1110
- main
1211
- 2.0.x
13-
- 1.5.x
1412
paths-ignore:
1513
- "doc/**"
1614
- "web/**"

0 commit comments

Comments
 (0)