diff --git a/.azure-pipelines/unit-test-hpu.yml b/.azure-pipelines/unit-test-hpu.yml index 76a46c72c..6e9220cdb 100644 --- a/.azure-pipelines/unit-test-hpu.yml +++ b/.azure-pipelines/unit-test-hpu.yml @@ -16,6 +16,8 @@ pr: exclude: - auto_round/export/export_to_autogptq - auto_round/export/export_to_awq + - "*.md" + - "**/*.md" pool: GAUDI diff --git a/.azure-pipelines/unit-test.yml b/.azure-pipelines/unit-test.yml index 7c806623b..af7e64f74 100644 --- a/.azure-pipelines/unit-test.yml +++ b/.azure-pipelines/unit-test.yml @@ -16,6 +16,8 @@ pr: - .azure-pipelines/scripts/ut exclude: - test/test*hpu* + - "*.md" + - "**/*.md" pool: ICX-16C