From 5255afca268bf8bd86fe49e2d82fd579971d4a20 Mon Sep 17 00:00:00 2001 From: tyler36 Date: Tue, 18 Feb 2025 10:08:24 +0900 Subject: [PATCH] feat: cancel running actions if duplicates (#10) Co-authored-by: tyler36 <7234392+tyler36@users.noreply.github.com> --- .github/workflows/psalm.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/psalm.yaml b/.github/workflows/psalm.yaml index 752e198..3802848 100644 --- a/.github/workflows/psalm.yaml +++ b/.github/workflows/psalm.yaml @@ -9,6 +9,10 @@ on: permissions: {} +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: phpstan: name: '🧹 Psalm'