Name the coverage job

This commit is contained in:
Adam Turner 2023-09-21 09:21:50 +01:00
parent c843b31686
commit 40e1ae143f

View File

@ -143,8 +143,9 @@ jobs:
DO_EPUBCHECK: "1"
coverage:
runs-on: ubuntu-latest
if: github.event_name == 'push' && github.repository_owner == 'sphinx-doc'
runs-on: ubuntu-latest
name: Coverage
steps:
- uses: actions/checkout@v4