diff options
author | Martin Braun <martin.braun@ettus.com> | 2021-07-16 10:43:57 +0200 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-07-21 14:43:57 -0500 |
commit | a7486cbfba959d7f55a9343db66eabee94786b2f (patch) | |
tree | a8185f514da9baaffdf2ee2b29c2fe5c01917a14 /.ci | |
parent | 8038727d59d5c359721f0b94698a563083464827 (diff) | |
download | uhd-a7486cbfba959d7f55a9343db66eabee94786b2f.tar.gz uhd-a7486cbfba959d7f55a9343db66eabee94786b2f.tar.bz2 uhd-a7486cbfba959d7f55a9343db66eabee94786b2f.zip |
ci: Remove documentation-only changes from pipeline runs
Diffstat (limited to '.ci')
-rw-r--r-- | .ci/uhd-pipeline-pr.yml | 3 | ||||
-rw-r--r-- | .ci/uhd-pipeline.yml | 3 |
2 files changed, 6 insertions, 0 deletions
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 |