Skip to content

Commit 5b230c3

Browse files
committed
remove on push python e2e
1 parent 690823c commit 5b230c3

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.github/workflows/e2e-python.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ on:
1212
required: false
1313
default: "us-east-1"
1414

15-
push:
16-
branches:
17-
- feat/unified-lambda-layer
1815

1916
permissions:
2017
contents: read

collector/internal/lifecycle/manager.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@ package lifecycle
1717
import (
1818
"context"
1919
"fmt"
20+
"github.com/open-telemetry/opentelemetry-lambda/collector/lambdalifecycle"
2021
"os"
2122
"os/signal"
2223
"path/filepath"
2324
"sync"
2425
"syscall"
2526

26-
"github.com/open-telemetry/opentelemetry-lambda/collector/lambdalifecycle"
27-
2827
"go.uber.org/multierr"
2928
"go.uber.org/zap"
3029

ruby/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,4 @@ OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=http://<jaeger_endpoint:port_number>/v1/trace
101101
```
102102
Try with `jaeger-all-in-one` at [Jaeger](https://www.jaegertracing.io/docs/1.57/getting-started/)
103103

104+

0 commit comments

Comments
 (0)