From c813b63e757428af71d58817ea7fb851eab3d7c0 Mon Sep 17 00:00:00 2001 From: hkobew Date: Fri, 25 Oct 2024 18:21:10 -0400 Subject: [PATCH] remove cancel --- .github/workflows/copyPasteDetection.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/copyPasteDetection.yml b/.github/workflows/copyPasteDetection.yml index d8af3f55820..bd0d71b1d33 100644 --- a/.github/workflows/copyPasteDetection.yml +++ b/.github/workflows/copyPasteDetection.yml @@ -15,11 +15,6 @@ on: - reopened - synchronize -# Cancel old jobs when a pull request is updated. -concurrency: - group: ${{ github.head_ref || github.run_id }} - cancel-in-progress: true - jobs: jscpd: runs-on: ubuntu-latest