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