From fd408373041c91cbbfc9ab1800f14505c8692935 Mon Sep 17 00:00:00 2001 From: Julian KOUNE Date: Fri, 6 Oct 2023 11:16:42 +0200 Subject: [PATCH] chore: run gh pages jobs sequentially --- .github/workflows/gh-pages.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/gh-pages.yaml b/.github/workflows/gh-pages.yaml index 4dc57f5ee2..c49ade49c7 100644 --- a/.github/workflows/gh-pages.yaml +++ b/.github/workflows/gh-pages.yaml @@ -11,6 +11,8 @@ jobs: deploy_preview: name: Deploy preview versions on pull requests runs-on: ubuntu-latest + concurrency: + group: ${{ github.workflow }}-${{ github.ref }} permissions: deployments: write pull-requests: write