Skip to content

Commit cfc0c7a

Browse files
authored
ci: Skip integration tests on metadata-only changes (#12134)
There's no reason to run all of the (sometimes flakey) integration if we are only changing chart metadata (i.e. version bumps). We will continue to run integration tests if helm templates or values change.
1 parent 0a04386 commit cfc0c7a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/integration.yml

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
- '**/*.go'
99
- '**/Dockerfile*'
1010
- Cargo.lock
11+
# Don't run integration tests if only the Chart metadata has changed.
12+
- '!**/Chart.yaml'
13+
- '!**/README*'
1114
- charts/**
1215
- go.sum
1316
- justfile

0 commit comments

Comments
 (0)