diff --git a/.github/workflows/anchore-analysis.yml b/.github/workflows/anchore-analysis.yml index 105c05f470c3..1005c8f6c383 100644 --- a/.github/workflows/anchore-analysis.yml +++ b/.github/workflows/anchore-analysis.yml @@ -8,7 +8,7 @@ name: Docker Container Scan (clickhouse-server) -on: +"on": pull_request: paths: - docker/server/Dockerfile diff --git a/.yamllint b/.yamllint index ea04e9981d9d..fe161e718493 100644 --- a/.yamllint +++ b/.yamllint @@ -13,5 +13,3 @@ rules: min-spaces-from-content: 1 document-start: present: false - truthy: - check-keys: false