From df4b76b0b3989245e0df3e3f1f940f6fbf25c6ba Mon Sep 17 00:00:00 2001 From: Yun-Ting Date: Fri, 17 Nov 2023 17:32:03 -0800 Subject: [PATCH] Revert "removed project def in concurrency-tests yml" This reverts commit 29d9b86ddeeb539b977ad6279cb5e348f11b2af1. --- .github/workflows/concurrency-tests.yml | 1 + 1 file changed, 1 insertion(+) 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: