From 9424a46cc75207ad913e31d3adcc69e1fbad95e8 Mon Sep 17 00:00:00 2001 From: Qstick Date: Tue, 29 Jun 2021 21:51:56 -0400 Subject: [PATCH] Prevent sync jobs from running in parallel [skip ci] --- .github/workflows/azuresync.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/azuresync.yml b/.github/workflows/azuresync.yml index 41e46cffc..5c3fe39e0 100644 --- a/.github/workflows/azuresync.yml +++ b/.github/workflows/azuresync.yml @@ -5,6 +5,8 @@ on: types: [opened, edited, deleted, closed, reopened, labeled, unlabeled, assigned] +concurrency: azuresync + jobs: alert: runs-on: ubuntu-latest