From ff502c3be856017346883a287e09eb531f6c2c48 Mon Sep 17 00:00:00 2001 From: hasslesstech Date: Thu, 26 Feb 2026 16:09:17 +0200 Subject: [PATCH] test commit --- .gitea/workflows/testing.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/testing.yaml b/.gitea/workflows/testing.yaml index 41beb28..9fecc61 100644 --- a/.gitea/workflows/testing.yaml +++ b/.gitea/workflows/testing.yaml @@ -1,5 +1,9 @@ name: Test Agent on: [push, workflow_dispatch] + +concurrency: + cancel-in-progress: false + jobs: test-agent-run: runs-on: arch-x86_64