From 9b0e70ce399bdbb960cd824b6b5d5e8530d52a3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Wed, 13 Oct 2021 00:16:36 +0100 Subject: [PATCH] Setup Githug workflow concurrency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bernát Gábor --- .github/workflows/check.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 2f4b821..ad8fedc 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -11,6 +11,10 @@ on: schedule: - cron: "0 8 * * *" +concurrency: + group: check-${{ github.ref }} + cancel-in-progress: true + jobs: pre_commit: runs-on: ubuntu-latest