From de7dfc987b6dec961d057f969e639153a789202f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 12 Mar 2026 10:21:32 +0000 Subject: [PATCH 1/2] Initial plan From 2c867e916a24e895ea5ea7482b11ba5744cd558c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 12 Mar 2026 10:22:55 +0000 Subject: [PATCH 2/2] ci: replace styfle/cancel-workflow-action with concurrency cancel-in-progress Co-authored-by: barjin <61918049+barjin@users.noreply.github.com> --- .github/workflows/check.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index ff9ebe46..995ea206 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -15,6 +15,10 @@ on: # Release flow will trigger checks manually workflow_call: +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: build_and_test: name: Build & Test @@ -27,11 +31,6 @@ jobs: node-version: [18, 20, 22, 24] steps: - - name: Cancel Workflow Action - uses: styfle/cancel-workflow-action@0.13.1 - with: - access_token: ${{ github.token }} - - name: Checkout repository uses: actions/checkout@v6