From ea79b2108bd4e47fa1939dcc7ef7736965466995 Mon Sep 17 00:00:00 2001 From: Quentin Bourgerie Date: Wed, 15 Mar 2023 14:14:25 +0100 Subject: [PATCH] chore(ci): Remove concurrency on main workflow --- .github/workflows/main.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4f36a7ec1..ee1035d36 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,10 +7,6 @@ on: branches: - 'main' -concurrency: - group: main-${{ github.ref }} - cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} - jobs: # This jobs outputs for each modules of our mono-repo if it changed, # in order to launch jobs only for the changed modules