From 6e705f9736e7bc7d177f790f35cf3fc3cb99a931 Mon Sep 17 00:00:00 2001 From: jrandolf <101637635+jrandolf@users.noreply.github.com> Date: Mon, 30 May 2022 11:49:19 +0200 Subject: [PATCH] chore: use concurrency for Github actions (#8413) --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e7a652f30045b..5134dbd372fa9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,6 +11,10 @@ on: branches: - main +concurrency: + group: ${{ github.head_ref || github.run_id }} + cancel-in-progress: true + jobs: linux-main-checks: # https://github.com/actions/virtual-environments#available-environments