diff --git a/.github/workflows/requirements-docs-test.yml b/.github/workflows/check-documentation-build.yml similarity index 91% rename from .github/workflows/requirements-docs-test.yml rename to .github/workflows/check-documentation-build.yml index a1df6a5..a4c30e8 100644 --- a/.github/workflows/requirements-docs-test.yml +++ b/.github/workflows/check-documentation-build.yml @@ -8,7 +8,7 @@ on: - "docs/**" - ".readthedocs.yaml" - "setup.py" - - ".github/workflows/requirements-docs-test.yml" + - ".github/workflows/check-documentation-build.yml" pull_request: branches: @@ -18,7 +18,7 @@ on: - "docs/**" - ".readthedocs.yaml" - "setup.py" - - ".github/workflows/requirements-docs-test.yml" + - ".github/workflows/check-documentation-build.yml" jobs: build: