Skip to content

Commit

Permalink
ci: Skip integration tests on metadata-only changes (#12134)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
olix0r authored Feb 22, 2024
1 parent 0a04386 commit cfc0c7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
- '**/*.go'
- '**/Dockerfile*'
- Cargo.lock
# Don't run integration tests if only the Chart metadata has changed.
- '!**/Chart.yaml'
- '!**/README*'
- charts/**
- go.sum
- justfile
Expand Down

0 comments on commit cfc0c7a

Please sign in to comment.