X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/6903aa96b11dc294c9c68d83f1a40028e1eea224..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