From: Chris Fulljames Date: Sun, 13 Jul 2025 19:22:52 +0000 (-0400) Subject: Prevent concurrent tests X-Git-Url: https://littlesong.place/gitweb/?a=commitdiff_plain;h=b1464b288db6ed64299fa4a37fbe61d96529ed15;p=littlesongplace.git Prevent concurrent tests --- diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 1d5825b..906ca44 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -6,6 +6,10 @@ on: - dev workflow_dispatch: {} +concurrency: + group: test_server + cancel-in-progress: false + jobs: build-package: runs-on: ubuntu-latest