From d8e56f086ee7913c17f7db26280bdc56acd3583a Mon Sep 17 00:00:00 2001 From: Vinicius Mignot Date: Thu, 10 Jul 2025 16:53:28 -0300 Subject: [PATCH] chore(ci): removed dup'd concurrency entry --- .github/workflows/lint.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 12260dc8..9d019529 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,10 +13,6 @@ on: - main - master -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: ${{ github.event_name == 'pull_request' }} - jobs: lua-check: name: Lua Check