Skip to content

Commit 26f8956

Browse files
committed
[CI] Updates 9.0 GitHub Actions
1 parent 9a4dbce commit 26f8956

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/9.0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches:
88
- 9.0
99
jobs:
10-
test-9.0:
10+
tests:
1111
env:
1212
TEST_ES_SERVER: http://localhost:9250
1313
PORT: 9250

.github/workflows/otel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: opentelemetry
22
on:
33
push:
44
branches:
5-
- main
5+
- 9.0
66
pull_request:
77
branches:
8-
- main
8+
- 9.0
99
jobs:
1010
test-otel:
1111
name: 'Test Open Telemetry'

0 commit comments

Comments
 (0)