From 5af2b38d29bbda2f15a584cc399f7c19008f497a Mon Sep 17 00:00:00 2001 From: Zac West <74188+zacwest@users.noreply.github.com> Date: Sun, 26 Dec 2021 14:25:07 -0800 Subject: [PATCH] Fix deploy YAML (#2032) For some reason this isn't parsing correctly without the string quotes. Also fixes the logic anyway. --- .github/workflows/push_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push_deploy.yml b/.github/workflows/push_deploy.yml index ed093de61..609f1c6a0 100644 --- a/.github/workflows/push_deploy.yml +++ b/.github/workflows/push_deploy.yml @@ -9,7 +9,7 @@ on: - 'Sources/PushServer/**' concurrency: - group: ${{ github.head_ref }} + group: '${{ github.workflow }}' cancel-in-progress: true env: