diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e5bf56b9..a4073f95 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,6 +5,10 @@ on: branches: [main, dev] pull_request: +concurrency: + group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} + cancel-in-progress: true + jobs: test_linux_all: runs-on: ubuntu-latest