Skip to content

Commit

Permalink
Merge pull request #1797 from microsoft/simonz/2022-07-18/unit-tests-…
Browse files Browse the repository at this point in the history
…file-paths

Exclude .md files in examples, recommenders and tests for unit tests
  • Loading branch information
miguelgfierro authored Jul 20, 2022
2 parents 9a0b886 + 84bf69c commit 31f23f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/azureml-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 31f23f4

Please sign in to comment.