From a141485c93e9f89829c20f38d6c94beca3a30d6a Mon Sep 17 00:00:00 2001 From: mahula Date: Tue, 9 Jan 2024 15:10:11 +0100 Subject: [PATCH] change file pattern --- .github/workflows/check-documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-documentation.yml b/.github/workflows/check-documentation.yml index d284dc722..8937703f3 100644 --- a/.github/workflows/check-documentation.yml +++ b/.github/workflows/check-documentation.yml @@ -38,5 +38,5 @@ jobs: check-modified-files-only: 'no' config-file: '.github/workflows/mlc_config.json' base-branch: 'master' - file-path: '!./CHANGELOG.md' + file-path: './!CHANGELOG.md' folder-path: '.'