Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e6058ce

Browse files
authoredFeb 16, 2024··
Merge branch 'main' into add-dependabot
2 parents 9611eab + 93f206a commit e6058ce

File tree

77 files changed

+725
-3883
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+725
-3883
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
non-default-examples:
7171
strategy:
7272
matrix:
73-
example: [opentelemetry-otlp/examples/external-otlp-grpcio-async-std, opentelemetry-otlp/examples/basic-otlp]
73+
example: [opentelemetry-otlp/examples/basic-otlp]
7474
runs-on: ubuntu-latest
7575
steps:
7676
- uses: actions/checkout@v1

‎.github/workflows/integration_tests.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77

88
jobs:
99
integration_tests:
10-
rust: stable
1110
runs-on: ubuntu-latest
1211
timeout-minutes: 10
1312
if: ${{ github.event.label.name == 'integration tests' || contains(github.event.pull_request.labels.*.name, 'integration tests') }}
@@ -23,7 +22,7 @@ jobs:
2322
submodules: true
2423
- uses: actions-rs/toolchain@v1
2524
with:
26-
toolchain: ${{ matrix.rust }}
25+
toolchain: stable
2726
components: rustfmt
2827
profile: minimal
2928
- uses: arduino/setup-protoc@v1

0 commit comments

Comments
 (0)
Please sign in to comment.