From ca6c67e752dce2c15deb95491d8f79eded301fd3 Mon Sep 17 00:00:00 2001 From: Cijo Thomas Date: Wed, 20 Nov 2024 11:27:48 -0800 Subject: [PATCH] Remove building examples twice (#2311) --- .github/workflows/ci.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b26cbbb44..3cd0b2e11e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,26 +80,6 @@ jobs: cargo install cargo-check-external-types@0.1.13 cd ${{ matrix.example }} cargo check-external-types --config allowed-external-types.toml - non-default-examples: - strategy: - matrix: - os: [ windows-latest, ubuntu-latest ] - example: [opentelemetry-otlp/examples/basic-otlp] - runs-on: ${{ matrix.os }} - steps: - - uses: actions/checkout@v4 - with: - submodules: true - - uses: dtolnay/rust-toolchain@stable - with: - components: rustfmt - - uses: arduino/setup-protoc@v3 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - - name: Build - run: | - cd ${{ matrix.example }} - cargo build --verbose msrv: strategy: matrix: