chore(ci): Remove concurrency on main workflow

This commit is contained in:
Quentin Bourgerie
2023-03-15 14:14:25 +01:00
parent d1cac8e25d
commit ea79b2108b

View File

@@ -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