X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/7364f40fca5c87bda71f80b58c3403dcbc24fab9..56e7b269a094c77410bc2a95245dbc3836bbe0cc:/.github/workflows/tests.yml?ds=sidebyside 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 }}