From e17582fa3be5b3fccdd62455aee75093f071d2de Mon Sep 17 00:00:00 2001 From: esoubiran-aneo Date: Tue, 27 Jun 2023 16:41:02 +0200 Subject: [PATCH 1/2] ci: fix concurrency issue in lint pr --- .github/workflows/semantic-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic-pull-request.yml b/.github/workflows/semantic-pull-request.yml index 5626e5f34..3a6a87f0b 100644 --- a/.github/workflows/semantic-pull-request.yml +++ b/.github/workflows/semantic-pull-request.yml @@ -10,7 +10,7 @@ on: permissions: {} concurrency: - group: ${{ github.workflow }}-${{ github.ref }} + group: ${{ github.workflow }}-${{ github.event.pull_request.head.sha }} cancel-in-progress: true jobs: From 94bc0ea5dc528bc842acc9612423e50a3f0d5ebc Mon Sep 17 00:00:00 2001 From: esoubiran-aneo Date: Tue, 27 Jun 2023 16:43:41 +0200 Subject: [PATCH 2/2] ci: remove concurrency --- .github/workflows/semantic-pull-request.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/semantic-pull-request.yml b/.github/workflows/semantic-pull-request.yml index 3a6a87f0b..527e6c9dc 100644 --- a/.github/workflows/semantic-pull-request.yml +++ b/.github/workflows/semantic-pull-request.yml @@ -9,10 +9,6 @@ on: permissions: {} -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.head.sha }} - cancel-in-progress: true - jobs: main: permissions: