Skip to content

Commit c947183

Browse files
authored
Merge pull request #10 from GateNLP/ci/ignore-doc-only-changes
Don't enforce a version bump for doc-only changes
2 parents d2d3e07 + 74692ef commit c947183

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/pr-checks.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,14 @@ jobs:
1717

1818
- name: Find modified folders
1919
id: changed-dirs
20-
uses: tj-actions/changed-files@v42
20+
uses: tj-actions/changed-files@v46
2121
with:
2222
dir_names: "true"
2323
dir_names_exclude_current_dir: "true"
2424
dir_names_max_depth: "1"
25+
files_ignore: |
26+
**/*.md
27+
**/.gitignore
2528
2629
- name: Filter for just modified charts
2730
id: changed-charts

.github/workflows/publish-charts.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,14 @@ jobs:
1717

1818
- name: Find modified folders
1919
id: changed-dirs
20-
uses: tj-actions/changed-files@v42
20+
uses: tj-actions/changed-files@v46
2121
with:
2222
dir_names: "true"
2323
dir_names_exclude_current_dir: "true"
2424
dir_names_max_depth: "1"
25+
files_ignore: |
26+
**/*.md
27+
**/.gitignore
2528
2629
- name: Filter for just modified charts
2730
id: changed-charts

0 commit comments

Comments
 (0)