diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml deleted file mode 100644 index 4f0dd51..0000000 --- a/.github/workflows/commitlint.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Commit - -on: - push: - branches: [main, features] - pull_request: - branches: [main, features] - -jobs: - commitlint: - name: Message validation - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - uses: wagoid/commitlint-github-action@v2 - with: - helpURL: 'https://github.com/Kosmorro/kosmorro/blob/master/CONTRIBUTING.md#commiting' - diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 112ddfc..89d11f3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -108,8 +108,8 @@ jobs: run: | make coverage-doctests - - name: Run doc tests - if: ${{ matrix.os != 'ubuntu-20.04' && matrix.python_version != '3.9' }} + - name: Run doc tests (without coverage) + if: ${{ matrix.os != 'ubuntu-20.04' || matrix.python_version != '3.9' }} run: | make doctests