diff --git a/.github/workflows/auto-test.yml b/.github/workflows/auto-test.yml index dbeea30c4..7186e01aa 100644 --- a/.github/workflows/auto-test.yml +++ b/.github/workflows/auto-test.yml @@ -1,5 +1,9 @@ name: Auto Test +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-server + cancel-in-progress: true + on: push: branches: [master, 1.23.X, 3.0.0]