restored quotes around group string

This commit is contained in:
Phred 2026-06-19 14:19:52 -05:00
parent 6616cc0dec
commit d9bded26f3
No known key found for this signature in database

View file

@ -36,7 +36,7 @@ on:
# Cancel earlier, unfinished runs of this workflow on the same branch (unless on release) # Cancel earlier, unfinished runs of this workflow on the same branch (unless on release)
concurrency: concurrency:
group: ${{ github.workflow }} @ ${{ github.ref_name }} group: "${{ github.workflow }} @ ${{ github.ref_name }}"
cancel-in-progress: ${{ github.ref_type != 'tag' }} cancel-in-progress: ${{ github.ref_type != 'tag' }}
jobs: jobs: