From ccd88951f65c1ed83afabe72313f4f376b7267fc Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Sat, 1 Oct 2022 13:30:00 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Removed=20con=20check?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr-checks.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 2dfd5d1..e6a0ea7 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -7,9 +7,6 @@ on: workflow_dispatch: pull_request: -concurrency: - group: ${{ github.head_ref || github.run_id }} - cancel-in-progress: true jobs: linter: uses: ./.github/workflows/linter.yml