diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2248f9d..4b7ca9e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,6 @@ jobs: matrix: env: - TEST: pulp - - TEST: docs - TEST: azure - TEST: s3 - TEST: lowerbounds diff --git a/template_config.yml b/template_config.yml index 8b20761..51ae283 100644 --- a/template_config.yml +++ b/template_config.yml @@ -12,7 +12,7 @@ check_stray_pulpcore_imports: true ci_base_image: ghcr.io/pulp/pulp-ci-centos9 ci_env: {} ci_trigger: '{pull_request: {branches: [''*'']}}' -ci_update_docs: true +ci_update_docs: false cli_package: pulp-cli-ostree cli_repo: https://github.com/pulp/pulp-cli-ostree.git core_import_allowed: [] @@ -22,7 +22,7 @@ deploy_to_pypi: true disabled_redis_runners: [] doc_requirements_from_pulpcore: false docker_fixtures: false -docs_test: true +docs_test: false flake8: true flake8_ignore: [] github_org: pulp