From 929c738033a323655bcff2a84032ff51a81f717a Mon Sep 17 00:00:00 2001 From: ismay Date: Tue, 11 Jun 2024 15:10:20 +0200 Subject: [PATCH] ci: cancel previous pr title linting runs --- .github/workflows/lint-pr-title.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/lint-pr-title.yml b/.github/workflows/lint-pr-title.yml index fbfd8440..5b5900eb 100644 --- a/.github/workflows/lint-pr-title.yml +++ b/.github/workflows/lint-pr-title.yml @@ -4,6 +4,10 @@ on: pull_request: types: ['opened', 'edited', 'reopened', 'synchronize'] +concurrency: + group: ${{ github.workflow}}-${{ github.head_ref }} + cancel-in-progress: true + jobs: lint-pr-title: uses: ./.github/workflows/lint-pr-title-reusable.yml