Skip to content

Commit 28b9eb4

Browse files
committed
what we *can* do is delete the CI run that does the same check as pre-commit does
1 parent fd753af commit 28b9eb4

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -62,20 +62,9 @@ jobs:
6262
- name: Run tests
6363
run: python -m tox -e flake8 -- --onlyfuzz --no-cov -n auto
6464

65-
check_release:
66-
runs-on: ubuntu-latest
67-
strategy:
68-
fail-fast: false
69-
steps:
70-
- uses: actions/checkout@v4
71-
- name: Set up Python 3
72-
uses: actions/setup-python@v5
73-
- name: Test changelog & version
74-
run: python tests/check_changelog_and_version.py
75-
7665
release:
7766
runs-on: ubuntu-latest
78-
needs: [pyright, test, check_release]
67+
needs: [pyright, test]
7968
if: github.repository == 'python-trio/flake8-async' && github.ref == 'refs/heads/main'
8069
steps:
8170
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)