We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1565bc commit 85d05f4Copy full SHA for 85d05f4
.github/workflows/9.0.yml
@@ -7,7 +7,7 @@ on:
7
branches:
8
- 9.0
9
jobs:
10
- test-9.0:
+ tests:
11
env:
12
TEST_ES_SERVER: http://localhost:9250
13
PORT: 9250
.github/workflows/otel.yml
@@ -2,10 +2,10 @@ name: opentelemetry
2
on:
3
push:
4
5
- - main
+ - 9.0
6
pull_request:
test-otel:
name: 'Test Open Telemetry'
0 commit comments