From 228c30b0db36df88e28d1f0c2e428bbcb2e39f69 Mon Sep 17 00:00:00 2001 From: lifegpc Date: Thu, 28 Jul 2022 16:18:04 +0800 Subject: [PATCH] Disable cancel in progress --- .github/workflows/github-pages.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-pages.yaml b/.github/workflows/github-pages.yaml index 558e0ba..a83eaef 100644 --- a/.github/workflows/github-pages.yaml +++ b/.github/workflows/github-pages.yaml @@ -23,7 +23,7 @@ permissions: # Allow one concurrent deployment concurrency: group: "pages" - cancel-in-progress: true + cancel-in-progress: false # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: