From e79cae7db46f796b1bb6bf285ca255c3cee07779 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikkel=20H=C3=B8jlund=20Larsen?= Date: Tue, 22 Aug 2023 11:30:57 +0200 Subject: [PATCH] Update .github/workflows/linux_cmake.yml to be concurrent --- .github/workflows/linux_cmake.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/linux_cmake.yml b/.github/workflows/linux_cmake.yml index 3efef0d..7f9588e 100644 --- a/.github/workflows/linux_cmake.yml +++ b/.github/workflows/linux_cmake.yml @@ -23,3 +23,8 @@ concurrency: concurrency: group: ${{ github.workflow }}-${{ github.ref || github.run_id }} cancel-in-progress: true + +# Cancel previous in-progress when pushing: https://stackoverflow.com/a/72408109 +concurrency: + group: ${{ github.workflow }}-${{ github.ref || github.run_id }} + cancel-in-progress: true