From f3cbba0c5007f60967e087757a5accf81b2d0d32 Mon Sep 17 00:00:00 2001 From: Tyler Hall Date: Thu, 17 Aug 2023 16:00:16 -0400 Subject: [PATCH] ci: add concurrency group to atlas integration test step #32 --- .github/workflows/test-and-publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-and-publish.yml b/.github/workflows/test-and-publish.yml index 9b6f200..b57a7ad 100644 --- a/.github/workflows/test-and-publish.yml +++ b/.github/workflows/test-and-publish.yml @@ -69,6 +69,8 @@ jobs: # The main distinction is that MongoDB Atlas uses the mongodb+srv: protocol test-native-integration-atlas: runs-on: ubuntu-latest + concurrency: + group: ${{ github.workflow }}-test-native-integration-atlas strategy: matrix: deno-version: [1.x]