From bb073e1fa761d26311fa1a9f001c12433b512c38 Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Thu, 1 Jul 2021 21:02:03 -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 5c3fe39e0..adfc14336 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: