From 5a33e54265b35807436a66b53f27ca9a31b40de7 Mon Sep 17 00:00:00 2001 From: Saad Rahim <44449863+saadrahim@users.noreply.github.com> Date: Mon, 21 Aug 2023 15:47:08 -0600 Subject: [PATCH] Removing duplicated concurency --- .github/workflows/linting.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 691a52029..e6a589d85 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -18,10 +18,6 @@ concurrency: group: ${{ github.ref }}-${{ github.workflow }} cancel-in-progress: true -concurrency: - group: ${{ github.head_ref || github.ref_name }} - cancel-in-progress: true - jobs: call-workflow-passing-data: name: Documentation