From ad77a438f89c6549c0912721cb1d1949fc675dd7 Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Thu, 1 Jul 2021 21:01:22 -0500 Subject: [PATCH] fix concurrency so runs don't cancel [skip ci] --- .github/workflows/azuresync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azuresync.yml b/.github/workflows/azuresync.yml index a10e3cac3..624e33410 100644 --- a/.github/workflows/azuresync.yml +++ b/.github/workflows/azuresync.yml @@ -5,7 +5,7 @@ on: types: [opened, edited, deleted, closed, reopened, labeled, unlabeled, assigned] -concurrency: azuresync +concurrency: azuresync-${{ github.event.issue.number }} jobs: alert: