From 459eb6ee7b0ce21af90c57a926fe799fb0cb1469 Mon Sep 17 00:00:00 2001 From: Rickard Natt och Dag Date: Tue, 3 Oct 2023 21:30:41 +0200 Subject: [PATCH] chore(ci): cancel running builds on new push --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index af35598..fec280c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,6 +5,11 @@ on: branches: - main +# Cancel previously running workflows +concurrency: + group: ci-${{ github.ref }} + cancel-in-progress: true + jobs: deploy: name: Deploy app