]> littlesong.place Git - littlesongplace.git/commitdiff
Prevent concurrent tests
authorChris Fulljames <christianfulljames@gmail.com>
Sun, 13 Jul 2025 19:22:52 +0000 (15:22 -0400)
committerChris Fulljames <christianfulljames@gmail.com>
Sun, 13 Jul 2025 19:22:52 +0000 (15:22 -0400)
.github/workflows/test-and-deploy.yml

index 1d5825b15286ac7f23469b1bb5419fb9a55fe1fc..906ca44a37d1ed1e1cbb195606c496ed33c8c9f5 100644 (file)
@@ -6,6 +6,10 @@ on:
       - dev
   workflow_dispatch: {}
 
+concurrency:
+  group: test_server
+  cancel-in-progress: false
+
 jobs:
   build-package:
     runs-on: ubuntu-latest