Skip to content

Commit

Permalink
Backport PR #51949 on branch 2.0.x (CI: Remove workflows on 1.5.x bra…
Browse files Browse the repository at this point in the history
…nch) (#51956)

Backport PR #51949: CI: Remove workflows on 1.5.x branch

Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
  • Loading branch information
meeseeksmachine and mroeschke committed Mar 14, 2023
1 parent cd32fce commit 3233b9c
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 19 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/32-bit-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ on:
branches:
- main
- 2.0.x
- 1.5.x
pull_request:
branches:
- main
- 2.0.x
- 1.5.x
paths-ignore:
- "doc/**"

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/code-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ on:
branches:
- main
- 2.0.x
- 1.5.x
pull_request:
branches:
- main
- 2.0.x
- 1.5.x

env:
ENV_FILE: environment.yml
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/docbuild-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@ on:
branches:
- main
- 2.0.x
- 1.5.x
tags:
- '*'
pull_request:
branches:
- main
- 2.0.x
- 1.5.x

env:
ENV_FILE: environment.yml
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/macos-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ on:
branches:
- main
- 2.0.x
- 1.5.x
pull_request:
branches:
- main
- 2.0.x
- 1.5.x
paths-ignore:
- "doc/**"

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/package-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ on:
branches:
- main
- 2.0.x
- 1.5.x
pull_request:
branches:
- main
- 2.0.x
- 1.5.x
types: [ labeled, opened, synchronize, reopened ]

permissions:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/python-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ name: Python Dev
on:
push:
branches:
# - main
# - 1.5.x
- main
- 2.0.x
- None
pull_request:
branches:
# - main
# - 1.5.x
- main
- 2.0.x
- None
paths-ignore:
- "doc/**"
Expand All @@ -46,7 +46,7 @@ permissions:

jobs:
build:
# if: false # Uncomment this to freeze the workflow, comment it to unfreeze
if: false # Uncomment this to freeze the workflow, comment it to unfreeze
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/sdist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ on:
branches:
- main
- 2.0.x
- 1.5.x
pull_request:
branches:
- main
- 2.0.x
- 1.5.x
types: [labeled, opened, synchronize, reopened]
paths-ignore:
- "doc/**"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ on:
branches:
- main
- 2.0.x
- 1.5.x
pull_request:
branches:
- main
- 2.0.x
- 1.5.x
paths-ignore:
- "doc/**"

Expand Down

0 comments on commit 3233b9c

Please sign in to comment.