X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/19d62168607b8a355156b2c2e089b615ab4c9381..d90bbff3464e46b4094aa702a86eb054057234bd:/.github/workflows/tests.yml?ds=sidebyside diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c1fa68072..79811c612 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.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 jobs: test: