diff --git a/.github/workflows/concurrency-tests.yml b/.github/workflows/concurrency-tests.yml index 33360676b4a..82060ae39f2 100644 --- a/.github/workflows/concurrency-tests.yml +++ b/.github/workflows/concurrency-tests.yml @@ -18,6 +18,7 @@ jobs: matrix: os: [ windows-latest, ubuntu-latest ] version: [ net8.0 ] + project: [ OpenTelemetry.Tests, OpenTelemetry.Api.Tests ] runs-on: ${{ matrix.os }} steps: