From d6de4fc41f596953379a870c091bb7070eaa35c4 Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Thu, 1 Jul 2021 21:00: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 c3957902e..e976848c6 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: