Skip to content

Commit

Permalink
Ignore readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yotamloe committed Aug 27, 2024
1 parent 3508fb3 commit 40637c8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/logzio-logs-collector-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- master
paths:
- 'charts/logzio-logs-collector/**'
paths-ignore:
- 'charts/logzio-logs-collector/README.md'
jobs:
test-helm-chart:
name: Test Helm Chart on Kind
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/logzio-monitoring-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- master
paths:
- 'charts/logzio-monitoring/**'
paths-ignore:
- 'charts/logzio-monitoring/README.md'
jobs:
eks-e2e-test:
name: EKS e2e Test
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/logzio-telemetry-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- master
paths:
- 'charts/logzio-telemetry/**'
paths-ignore:
- 'charts/logzio-telemetry/README.md'
jobs:
test-helm-chart:
name: Test Helm Chart on Kind
Expand Down

0 comments on commit 40637c8

Please sign in to comment.