Skip to content

Commit

Permalink
CI: Changed lint Helm CI trigger
Browse files Browse the repository at this point in the history
The 'lint Helm' GitHub workflow should also be triggered when
its definition changes.

Signed-off-by: Philip Schmid <phisch@cisco.com>
  • Loading branch information
PhilipSchmid authored and lambdanis committed Aug 16, 2024
1 parent ecdb38f commit a3da4f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ on:
paths:
- 'install/kubernetes/**'
- 'pkg/k8s/apis/cilium.io/client/crds/v1alpha1/*.yaml'
- '.github/workflows/lint-helm.yaml'
pull_request:
paths:
- 'install/kubernetes/**'
- 'pkg/k8s/apis/cilium.io/client/crds/v1alpha1/*.yaml'
- '.github/workflows/lint-helm.yaml'

jobs:
generated-files:
Expand Down

0 comments on commit a3da4f6

Please sign in to comment.