From ee02ceec223f85ac862c8ae0c85f4e648b6eec45 Mon Sep 17 00:00:00 2001 From: Akiba So Date: Sun, 21 Jun 2026 04:32:16 +0800 Subject: [PATCH] ci: drop concurrency key (rejected by Gitea) The concurrency block caused Gitea to not create a run for the push. Gitea already auto-cancels the prior run on a new push, so it is not needed. Keep the faster curl.exe SDK download. --- .gitea/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 4cd8496..44d5905 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -8,12 +8,6 @@ on: branches: [main] workflow_dispatch: -# Supersede an in-progress run when a new commit is pushed (so a slow run does -# not block the next iteration). Ignored by older Gitea, harmless if so. -concurrency: - group: windows-ci - cancel-in-progress: true - # Targets a self-hosted Windows runner inside mainland China. See README # "Continuous integration" for runner prerequisites. Key points: # * github.com is unreachable here, so the checkout action is pulled from the