X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/7364f40fca5c87bda71f80b58c3403dcbc24fab9..b8d83738158e3efc0792ef2c66bb41e846ed28ec:/.github/workflows/lint.yml diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a633a6614..0042817d8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -2,6 +2,9 @@ name: Lint on: - push - pull_request +concurrency: + group: ${{ github.workflow }}-{{ github.head_ref || github.ref }} + cancel-in-progress: true env: os: ubuntu-20.04 ruby: 2.7