X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/32419b41f96c42394014da0458d9babca83b84a5..56e7b269a094c77410bc2a95245dbc3836bbe0cc:/.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 }}