From ae54eb6d677df787a03c7bef5d6878986bd0b8fc Mon Sep 17 00:00:00 2001 From: Roman Dmitrienko Date: Fri, 14 Jun 2024 21:28:41 +0200 Subject: [PATCH] fix: cancel in-progress workflows --- .github/workflows/build-and-publish-bindings.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-publish-bindings.yml b/.github/workflows/build-and-publish-bindings.yml index 908258527..d5597c284 100644 --- a/.github/workflows/build-and-publish-bindings.yml +++ b/.github/workflows/build-and-publish-bindings.yml @@ -8,6 +8,7 @@ on: # Dummy comment to commit and test concurrency. concurrency: group: ${{ github.head_ref || github.ref }} + cancel-in-progress: true env: RUST_VERSION: 1.78