X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/698d7a06688f7ef22deb640bfe92b9bf9b35866d..2c497aee7a45c31ae6d1a448c35ce1b3f0ebb608:/.github/workflows/lint.yml diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5b6668a84..11a4c322f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -3,7 +3,7 @@ on: - push - pull_request concurrency: - group: ${{ github.workflow }}-{{ github.head_ref || github.ref }} + group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} cancel-in-progress: true env: os: ubuntu-20.04