From 6eb591976dd666d3ab61822cf7951c1a9211457c Mon Sep 17 00:00:00 2001 From: Fallen_Breath Date: Fri, 20 Dec 2024 03:38:51 +0800 Subject: [PATCH] ci cancel-in-progress --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eedd31e..bfb0671 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,10 @@ on: push: pull_request: +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: image: name: Docker image