mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-09 09:35:56 -05:00
restored quotes around group string
This commit is contained in:
2
.github/workflows/desktop-build.yml
vendored
2
.github/workflows/desktop-build.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user