Skip to content

Commit

Permalink
Ignore some paths on PRs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-at-work committed Dec 4, 2020
1 parent 685a1db commit 808a3c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ci/pr/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 808a3c5

Please sign in to comment.