Skip to content

Commit f78cdbc

Browse files
committed
add example for OTLP logging via stdout and k8s
1 parent 291fb3f commit f78cdbc

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/acceptance-tests.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
name: Acceptance Tests
22

33
on:
4-
push:
4+
pull_request:
55
branches:
66
- main
7-
pull_request:
7+
paths:
8+
- .github/workflows/acceptance-tests.yml
9+
- 'logging-k8s-stdout-otlp-json/**'
810
workflow_dispatch:
9-
paths:
10-
- .github/workflows/acceptance-tests.yml
11-
- 'logging-k8s-stdout-otlp-json/**'
1211

1312
jobs:
1413
acceptance-tests:

0 commit comments

Comments
 (0)