From a676c978cc3b4ad2907cd0089dc476002addaa5e Mon Sep 17 00:00:00 2001 From: James Hackett Date: Mon, 29 Jan 2024 16:13:54 +0000 Subject: [PATCH] Remove concurrency to ensure review apps are stopped --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2e4eab8..1943577 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,9 +5,9 @@ on: pull_request: types: [closed] -concurrency: - group: '${{ github.ref }}' - cancel-in-progress: true + #concurrency: + # group: '${{ github.ref }}' + # cancel-in-progress: true jobs: build: