diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 978341f6e..e8d2f3312 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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