From 800c6223ed0da7d7b416ca5253d354a6d3146d26 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 11 May 2023 10:45:30 +0200 Subject: [PATCH] Quote concurrency group --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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