From 5011b1f661d433fa737badb76f74f632eede1886 Mon Sep 17 00:00:00 2001 From: Thomas Neil James Shadwell Date: Sun, 15 May 2022 18:27:42 +0900 Subject: [PATCH] Attempt fix deploy Concurrency key was empty on push (due to head-ref?) --- .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 9477192f72..1aad3ab4ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ name: CI concurrency: - group: ${{ github.head_ref }} + group: concurrency-${{ github.head_ref }} cancel-in-progress: true on: