.github: Disable examples tests

This commit is contained in:
Pierre Kancir 2021-03-07 12:04:14 +01:00 committed by Peter Barker
parent bdeadce95b
commit 76ed53d033
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
config: [ config: [
unit-tests, unit-tests,
python-cleanliness, python-cleanliness,
examples, # examples,
] ]
steps: steps:
# git checkout the PR # git checkout the PR