From 5fdb1d03c4b6271718339b18d0f0fb4a674e7ea3 Mon Sep 17 00:00:00 2001 From: Shanks0465 Date: Wed, 4 Sep 2024 08:39:16 +0530 Subject: [PATCH] Added Concurrency Cancel --- .github/workflows/nextjs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index b6301c7..9a922f4 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -14,7 +14,7 @@ permissions: concurrency: group: "pages" - cancel-in-progress: false + cancel-in-progress: true jobs: build: