Quote concurrency group

This commit is contained in:
Matthias
2023-05-11 10:45:30 +02:00
committed by GitHub
parent 3ba1eb6baa
commit 800c6223ed

View File

@@ -14,7 +14,7 @@ on:
- cron: '0 5 * * 4'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}${{ github.head_ref }}
group: "${{ github.workflow }}-${{ github.ref }}${{ github.head_ref }}""
cancel-in-progress: true
permissions:
repository-projects: read