From 2bfe136f31662d4b7e164d2665597a9e142d90a0 Mon Sep 17 00:00:00 2001 From: Lan_zhijiang Date: Sun, 9 Aug 2026 14:04:01 +0800 Subject: [PATCH] chore(workflow): align UI GitHub checks - report the organization-standard ui-web checks context - serialize main release work without cancelling publication --- .github/workflows/ci.yml | 2 +- .github/workflows/release-and-publish.yml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c186d4..3775b12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ concurrency: jobs: quality: - name: Reproducible workspace check + name: ui-web checks runs-on: ubuntu-latest steps: - name: Checkout diff --git a/.github/workflows/release-and-publish.yml b/.github/workflows/release-and-publish.yml index 49c09df..d96f913 100644 --- a/.github/workflows/release-and-publish.yml +++ b/.github/workflows/release-and-publish.yml @@ -5,6 +5,10 @@ on: branches: - main +concurrency: + group: ui-release-main + cancel-in-progress: false + jobs: release: runs-on: ubuntu-latest