From a368f7259bcebaa85b32bff6fe5f71965b426506 Mon Sep 17 00:00:00 2001 From: Daniel LaCosse <3759828+daniellacosse@users.noreply.github.com> Date: Wed, 22 Jan 2025 11:07:35 -0500 Subject: [PATCH] fix: add lint task to its own concurrency group so it stops being cancelled (#2338) --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7c36b9ad44a..9cb29054754 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ name: Lint concurrency: - group: ${{ github.head_ref || github.ref }} + group: ${{ github.head_ref || github.ref }}-lint cancel-in-progress: true on: