Skip to content

Commit

Permalink
Merge pull request #536 from logzio/feature/eks-fargate-tests
Browse files Browse the repository at this point in the history
workflows: Ignore readme changes
  • Loading branch information
yotamloe authored Aug 27, 2024
2 parents 57563fb + 40637c8 commit 1a10098
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 1a10098

Please sign in to comment.