From dec0021b5876787d78eea3e8de1aa2b13d612715 Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Sun, 13 Oct 2024 10:20:27 -0400 Subject: [PATCH] Use cancel-in-progress --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e17667..dbf3440 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,10 @@ on: env: CARGO_TERM_COLOR: always +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: build: runs-on: ubuntu-22.04