X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/7364f40fca5c87bda71f80b58c3403dcbc24fab9..92fa101c7c6ae0f634da1840926779d996e6ccf6:/.github/workflows/tests.yml diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2d272c718..1c82d20ae 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,6 +2,9 @@ name: Tests on: - push - pull_request +concurrency: + group: ${{ github.workflow }}-{{ github.head_ref || github.ref }} + cancel-in-progress: true jobs: test: name: Ubuntu ${{ matrix.ubuntu }}, Ruby ${{ matrix.ruby }}