From a95b7530b782745d2778f3ea94c4ba9907991f78 Mon Sep 17 00:00:00 2001 From: Yong He Date: Tue, 6 Feb 2024 17:31:57 -0800 Subject: CI: cancel onging jobs on commit. (#3557) * CI: cancel onging jobs on commit. * test change * Fix. --- .github/workflows/linux.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.github/workflows/linux.yml') diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 435346837..427823f6b 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -5,7 +5,9 @@ on: branches: [ master ] pull_request: branches: [ master ] - +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true jobs: build: -- cgit v1.2.3