]> git.openstreetmap.org Git - chef.git/commitdiff
Fix concurrency groups for github actions
authorTom Hughes <tom@compton.nu>
Thu, 6 Oct 2022 07:21:55 +0000 (08:21 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 6 Oct 2022 07:21:55 +0000 (08:21 +0100)
.github/workflows/cookstyle.yml
.github/workflows/test-kitchen.yml

index 62d14b8aff4111424c078299c947a36206e25f0a..43494fc14d9dd6f4e8ae5ef4af5e2727a26436cb 100644 (file)
@@ -5,7 +5,7 @@ on:
   - pull_request
 
 concurrency:
-  group: ${{ github.workflow }}-{{ github.head_ref || github.ref }}
+  group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
   cancel-in-progress: true
 
 jobs:
index 60da62fb51572be6d503c121fd7194d6b66fd70c..4984f315930eaf41f0caed51bd9d4cafdf0958e0 100644 (file)
@@ -5,7 +5,7 @@ on:
   - pull_request
 
 concurrency:
-  group: ${{ github.workflow }}-{{ github.head_ref || github.ref }}
+  group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
   cancel-in-progress: true
 
 jobs: