From 0a56ea69164fa4086ee4331905b0fa825ade58b5 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 17 Jul 2023 18:40:25 +0300 Subject: [PATCH] chore: do not cancel in progress runs in `pr-deploy.yaml` (#8559) --- .github/workflows/pr-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-deploy.yaml b/.github/workflows/pr-deploy.yaml index 6f08b27c56..b1a44fa3c9 100644 --- a/.github/workflows/pr-deploy.yaml +++ b/.github/workflows/pr-deploy.yaml @@ -18,7 +18,7 @@ permissions: concurrency: group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true + cancel-in-progress: false jobs: pr_commented: