From 4e63f464eee02c4344c6a52d0ce74dc2d1bb9b57 Mon Sep 17 00:00:00 2001 From: Hugo Bollon Date: Thu, 5 Sep 2024 11:27:33 +0200 Subject: [PATCH] ci: add concurrency limitation on tests workflow to avoid duplicates --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 12d0f712..fabc0985 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,6 +8,7 @@ on: jobs: tests: name: Execute unit tests + concurrency: ci-${{ github.ref }} strategy: matrix: python-version: [3.12]