From a7486cbfba959d7f55a9343db66eabee94786b2f Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Fri, 16 Jul 2021 10:43:57 +0200 Subject: ci: Remove documentation-only changes from pipeline runs --- .ci/uhd-pipeline-pr.yml | 3 +++ .ci/uhd-pipeline.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.ci/uhd-pipeline-pr.yml b/.ci/uhd-pipeline-pr.yml index 08a3c3212..c48ffb325 100644 --- a/.ci/uhd-pipeline-pr.yml +++ b/.ci/uhd-pipeline-pr.yml @@ -17,6 +17,9 @@ pr: - images/manifest.txt exclude: - .ci/docker + - host/docs + - host/LICENSE + - host/README.md extends: template: templates/stages-uhd-pipeline.yml diff --git a/.ci/uhd-pipeline.yml b/.ci/uhd-pipeline.yml index b7aa0e726..30f44f4a5 100644 --- a/.ci/uhd-pipeline.yml +++ b/.ci/uhd-pipeline.yml @@ -16,6 +16,9 @@ trigger: - images/manifest.txt exclude: - .ci/docker + - host/docs + - host/LICENSE + - host/README.md pr: none -- cgit v1.2.3-59-g8ed1b