From d26e134579154ead6312bc60ac0fee2af7739bea Mon Sep 17 00:00:00 2001 From: Edo Date: Fri, 25 Nov 2022 15:33:51 +0000 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5cc63eee..a8f23722 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ on: - "*" types: [opened, synchronize, reopened] -concurrency: +concurrency: group: ${{ github.ref }} cancel-in-progress: true