Skip to content

Commit

Permalink
ci: add concurrency group to atlas integration test step #32
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Aug 17, 2023
1 parent 48634d3 commit f3cbba0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit f3cbba0

Please # to comment.