From 5ffad5551c2ea5347df087bd142e44e90b91ee64 Mon Sep 17 00:00:00 2001 From: adilallo <39313955+adilallo@users.noreply.github.com> Date: Wed, 28 Jan 2026 15:01:03 -0700 Subject: [PATCH] Remove concurrency --- .gitea/workflows/ci.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 870cf14..2543270 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -4,13 +4,8 @@ run-name: ${{ gitea.actor }} triggered CI pipeline on: workflow_dispatch: {} pull_request: - branches: [main, develop] # PRs into main/develop types: [opened, reopened, synchronize] -concurrency: - group: ci-${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - env: NODE_VERSION: "20" NEXT_TELEMETRY_DISABLED: "1"