Skip to content

Commit

Permalink
concourse: ignore changes to CHANGELOG when triggering
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Jan 13, 2019
1 parent 75e9f2a commit c594d1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions concourse/nokogiri.final.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ resources:
uri: https://github.com/sparklemotion/nokogiri/
branch: master
ignore_paths:
- CHANGELOG.md
- concourse/**
- suppressions/**
- name: nokogiri-pr
Expand All @@ -95,6 +96,7 @@ resources:
repo: sparklemotion/nokogiri
access_token: {{github-repo-status-access-token}}
ignore_paths:
- CHANGELOG.md
- concourse/**
- suppressions/**
- name: nokogiri-irc
Expand Down
2 changes: 2 additions & 0 deletions concourse/nokogiri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ resources:
uri: https://github.com/sparklemotion/nokogiri/
branch: master
ignore_paths:
- CHANGELOG.md
- concourse/**
- suppressions/**
- name: nokogiri-pr
Expand All @@ -81,6 +82,7 @@ resources:
repo: sparklemotion/nokogiri
access_token: {{github-repo-status-access-token}}
ignore_paths:
- CHANGELOG.md
- concourse/**
- suppressions/**
- name: nokogiri-irc
Expand Down

0 comments on commit c594d1d

Please sign in to comment.