From 70d5e54c84ac281f939ed7bc8e745ca70141dff2 Mon Sep 17 00:00:00 2001 From: Quang Truong Date: Tue, 10 Mar 2026 13:53:58 +0100 Subject: [PATCH] Disable parrale build --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17548e4..d063bcc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,11 @@ name: Build browser on: push +# Enable concurrency to avoid multiple builds at the same time +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + env: RUSTFLAGS: "-Dwarnings"