diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0184b04d1..1f263adfa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,10 @@ jobs: fail_ci_if_error: true directory: dropbox-sdk-dotnet/Dropbox.Api.Unit.Tests/TestResults/ IntegrationTests: + concurrency: + group: ${{ github.workflow }}-integration-tests + cancel-in-progress: false + queue: max strategy: matrix: os: [macos-latest, ubuntu-latest, windows-latest]