From 031ccb890ed7e4240d1072bc22a5dcd7119d7e73 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Sun, 5 Apr 2026 06:32:10 +0200 Subject: [PATCH] chore(actions): Cancel in-progress ci runs when pushing to pr --- .gitea/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index c10a4a2..80b825e 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -7,6 +7,10 @@ on: - "*" pull_request: +concurrency: + group: "${{ github.workflow }}-${{ github.ref }}" + cancel-in-progress: true + jobs: prek: name: prek