From 83123b1adccf166ce779fa8b217c688226024d29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Shomy=20=F0=9F=8D=82?= <61943525+shomykohai@users.noreply.github.com> Date: Mon, 3 Feb 2025 12:57:56 +0100 Subject: [PATCH] Only allow running one concurrent deployment --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 671d8fb..7fe5d0c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,6 +12,9 @@ permissions: pages: write id-token: write +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true jobs: build: