From ceef83d609663f8e5f8332e0196ca3eb91e28e34 Mon Sep 17 00:00:00 2001 From: Shintaro Jokagi Date: Wed, 28 May 2025 13:47:41 +1200 Subject: [PATCH] chore(ci-pipeline): add concurrency settings to optimize job execution --- .github/workflows/ci-pipeline.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 79312e9..dc13e3e 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -3,6 +3,10 @@ on: pull_request: types: [opened, synchronize, reopened] +concurrency: + group: ci-pipeline-${{ github.head_ref }} + cancel-in-progress: true + jobs: setup: runs-on: ubuntu-latest