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/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c5a863a3..a60a047f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,11 +1,13 @@ -name: CI +name: CI (CMake) on: push: branches: [master] pull_request: branches: [master] - +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true jobs: build: strategy: -- cgit v1.2.3