Skip to content

Commit affa4bb

Browse files
committed
feat(observability): Fix build
1 parent e879c39 commit affa4bb

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/kubernetes-charts-build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: Kubernetes - Lint, Test, and Publish Helm Charts
33
on:
44
push:
55
branches: [ main ]
6-
pull_request:
7-
paths:
8-
- 'deployment/kubernetes/**'
9-
- '.github/workflows/kubernetes**'
106
tags:
117
- 'v*.*.*' # e.g., v0.1.1
8+
pull_request:
9+
paths:
10+
- 'deployment/kubernetes/**'
11+
- '.github/workflows/kubernetes**'
1212

1313
defaults:
1414
run:

.github/workflows/observability-docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: ci-build
33
on:
44
push:
55
branches: [ main ]
6-
pull_request:
7-
paths:
8-
- 'observability/**'
9-
- '.github/workflows/observability**'
106
tags:
117
- 'v*.*.*' # e.g., v0.1.1
8+
pull_request:
9+
paths:
10+
- 'observability/**'
11+
- '.github/workflows/observability**'
1212

1313
jobs:
1414
docker:

0 commit comments

Comments
 (0)