mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Merge pull request #54914 from ClickHouse/tune_pr_worklow_path_to_ignore_docs
avoid running pull request CI workflow for fixes touching .md files only
This commit is contained in:
commit
ec7e0bcce9
4
.github/workflows/docs_check.yml
vendored
4
.github/workflows/docs_check.yml
vendored
@ -13,9 +13,7 @@ on: # yamllint disable-line rule:truthy
|
|||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
paths:
|
paths:
|
||||||
- 'CHANGELOG.md'
|
- '**.md'
|
||||||
- 'README.md'
|
|
||||||
- 'SECURITY.md'
|
|
||||||
- 'docker/docs/**'
|
- 'docker/docs/**'
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- 'utils/check-style/aspell-ignore/**'
|
- 'utils/check-style/aspell-ignore/**'
|
||||||
|
4
.github/workflows/pull_request.yml
vendored
4
.github/workflows/pull_request.yml
vendored
@ -13,9 +13,7 @@ on: # yamllint disable-line rule:truthy
|
|||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'CHANGELOG.md'
|
- '**.md'
|
||||||
- 'README.md'
|
|
||||||
- 'SECURITY.md'
|
|
||||||
- 'docker/docs/**'
|
- 'docker/docs/**'
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- 'utils/check-style/aspell-ignore/**'
|
- 'utils/check-style/aspell-ignore/**'
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# ClickHouse configs for test environment
|
# ClickHouse configs for test environment
|
||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
CI use these configs in all checks installing them with `install.sh` script. If you want to run all tests from `tests/queries/0_stateless` and `test/queries/1_stateful` on your local machine you have to set up configs from this directory for your `clickhouse-server`. The most simple way is to install them using `install.sh` script. Other option is just copy files into your clickhouse config directory.
|
CI use these configs in all checks installing them with `install.sh` script. If you want to run all tests from `tests/queries/0_stateless` and `test/queries/1_stateful` on your local machine you have to set up configs from this directory for your `clickhouse-server`. The easiest way is to install them using `install.sh` script. Another option is to copy files into your clickhouse config directory.
|
||||||
|
|
||||||
## How to add new config
|
## How to add new config
|
||||||
|
|
||||||
Just place file `.xml` with new config into appropriate directory and add `ln` command into `install.sh` script. After that CI will use this config in all tests runs.
|
Place file `.xml` with new config in the appropriate directory and add `ln` command into `install.sh` script. CI will use then this config in all test runs.
|
||||||
|
Loading…
Reference in New Issue
Block a user