Skip to content

Commit 68f5255

Browse files
committed
Limit concurrency of deploy-to-azure GitHub Actions workflow
1 parent dba53ad commit 68f5255

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy-to-azure.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches: ["main"]
66
workflow_dispatch:
77

8+
concurrency:
9+
group: deploy-to-azure
10+
cancel-in-progress: false
11+
812
permissions:
913
id-token: write
1014
contents: read

0 commit comments

Comments
 (0)