From a640b4a2ab0f5bbf2d14f3f442c75a94c93dcdc5 Mon Sep 17 00:00:00 2001 From: Daniel Szoke Date: Tue, 15 Jul 2025 12:20:20 +0200 Subject: [PATCH 1/2] ci: Cancel in-progress checks if new commit pushed --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e84747d027..853c7379a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,10 @@ on: env: RUSTFLAGS: -Dwarnings +concurrency: + group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} + cancel-in-progress: true + jobs: lint-each-os: strategy: From de717b4735d2e6423912edeb8089b987be1c7b79 Mon Sep 17 00:00:00 2001 From: Daniel Szoke Date: Tue, 15 Jul 2025 12:20:48 +0200 Subject: [PATCH 2/2] empty test