diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index b7eaaea92..77024d92d 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -36,7 +36,7 @@ on: # Cancel earlier, unfinished runs of this workflow on the same branch (unless on release) concurrency: - group: ${{ github.workflow }} @ ${{ github.ref_name }} + group: "${{ github.workflow }} @ ${{ github.ref_name }}" cancel-in-progress: ${{ github.ref_type != 'tag' }} jobs: