From 808a3c5d1c8be2d200a0486e6abb713abf6c5d83 Mon Sep 17 00:00:00 2001 From: Jacob Barrett Date: Thu, 3 Dec 2020 16:56:45 -0800 Subject: [PATCH] Ignore some paths on PRs. --- ci/pr/pipeline.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ci/pr/pipeline.yml b/ci/pr/pipeline.yml index 7b9067b928..406a52318c 100644 --- a/ci/pr/pipeline.yml +++ b/ci/pr/pipeline.yml @@ -52,6 +52,12 @@ resources: repository: #@ parts[1] + "/" + parts[2] access_token: ((github-access-token)) base_branch: #@ data.values.repository.branch + ignore_paths: + - ci/ + - packer/ + - docker/ + - tools/ + - '*/*.md' #@overlay/match-child-defaults missing_ok=True jobs: