Skip to content

Commit decfae2

Browse files
authored
Merge branch 'main' into dependabot/go_modules/github.com/elastic/elastic-transport-go/v8-8.4.0
2 parents ea902a1 + ce9cb93 commit decfae2

File tree

6 files changed

+402
-1062
lines changed

6 files changed

+402
-1062
lines changed

.github/workflows/opentelemetry.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
---
2+
# Look up results at https://ela.st/oblt-ci-cd-stats
3+
# There will be one service per GitHub repository, including the org name, and one Transaction per Workflow.
24
name: OpenTelemetry Export Trace
35

46
on:
57
workflow_run:
6-
workflows:
7-
- bump-golang
8-
- golangci-lint
9-
- Elastic Agent workflow using Snyk
10-
- macos
8+
workflows: [ "*" ]
119
types: [completed]
1210

11+
permissions:
12+
contents: read
13+
1314
jobs:
1415
otel-export-trace:
1516
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)