From 08ebdc6f9b6ab71df75891dafae95745e72210db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Fr=C3=B3es=20Franco?= Date: Wed, 3 Jun 2026 20:42:37 -0300 Subject: [PATCH] ci: remove concurrency key (not supported by Gitea Actions) --- .gitea/workflows/ci.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index fecb581..b31c5cc 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -6,10 +6,6 @@ on: pull_request: branches: [main] -concurrency: - group: ci-${{ github.ref }} - cancel-in-progress: true - env: CARGO_TERM_COLOR: always RUST_BACKTRACE: "1"