diff --git a/.github/workflows/test-v4-branch.yml b/.github/workflows/test-v4-branch.yml index cb486179d..6e9649488 100644 --- a/.github/workflows/test-v4-branch.yml +++ b/.github/workflows/test-v4-branch.yml @@ -8,6 +8,10 @@ env: IS_CI: true GRADLE_OPTS: "-Dfile.encoding=UTF-8" +concurrency: + group: '${{ github.workflow }}-${{ github.ref }}' + cancel-in-progress: true + jobs: build-v4-test: name: Build and test