From 39279a8e3d220cd2534f12a4f3934a9388b053cb Mon Sep 17 00:00:00 2001 From: nilsreichardt Date: Fri, 8 Dec 2023 22:14:56 +0100 Subject: [PATCH] Add concurrency --- .github/workflows/website_cd.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/website_cd.yml b/.github/workflows/website_cd.yml index 7577f383c..85fd77e2a 100644 --- a/.github/workflows/website_cd.yml +++ b/.github/workflows/website_cd.yml @@ -8,6 +8,11 @@ name: website-cd +concurrency: + # Avoids running multiple deployments at the same time which would cause + # conflicts. + group: website-release + on: push: branches: