From 5956c4899c799718ed05796766d3bc07195174f1 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Sat, 18 Mar 2023 14:58:36 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9E.gitea/workflows/prod.yaml=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/prod.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/prod.yaml b/.gitea/workflows/prod.yaml index 82379662..a31e9b19 100644 --- a/.gitea/workflows/prod.yaml +++ b/.gitea/workflows/prod.yaml @@ -3,10 +3,15 @@ name: hugo build on: push: branches: - - master # Set a branch to deploy + - master + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true jobs: deploy: + if: github.repository == 'gcg/gcg-website' runs-on: act-runner-user steps: - name: clone