From 84bf69c0262b0322460e55a936324b26b057d707 Mon Sep 17 00:00:00 2001 From: Simon Zhao <43029286+simonzhaoms@users.noreply.github.com> Date: Wed, 20 Jul 2022 10:35:33 +0800 Subject: [PATCH] Exclude .md files in examples, recommenders and tests --- .github/workflows/azureml-unit-tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/azureml-unit-tests.yml b/.github/workflows/azureml-unit-tests.yml index e3826c29c7..20273d30af 100644 --- a/.github/workflows/azureml-unit-tests.yml +++ b/.github/workflows/azureml-unit-tests.yml @@ -23,8 +23,11 @@ on: # Unit tests will be run only when there are changes in the # unit tests related code including: - examples/** + - '!examples/**/*.md' - recommenders/** + - '!recommenders/**/*.md' - tests/** + - '!tests/**/*.md' - setup.py # enable manual trigger