From 7d6aea89a626b34fe4f584ec2bc8d78bc7e68867 Mon Sep 17 00:00:00 2001 From: Alexey Vasiliev Date: Sat, 20 Jul 2024 14:25:02 +0300 Subject: [PATCH] add annotations, cancel --- .github/workflows/build-and-release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 4b0c056..757fe8a 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -22,6 +22,9 @@ jobs: build: name: Build runs-on: ubuntu-latest + concurrency: + group: build-${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true steps: - name: Checkout uses: actions/checkout@v4