From 9eb5974e0b1a19fe409551cc016f8f42e9762148 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Lewi=C5=84ski?= <123191826+daniellewinskiQED@users.noreply.github.com> Date: Wed, 7 Feb 2024 14:35:30 +0100 Subject: [PATCH] Added concurrency settings to the workflow. --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c73f580..73922f5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,6 +6,10 @@ on: - master pull_request: +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true + jobs: build: name: Build Docker Image for Unreal Engine ${{ matrix.unreal.version }}