Skip to content

Commit fcf93cf

Browse files
authored
Merge pull request #10 from secure-web-apps/feature/specifiy-concurrency
Limit concurrency of deploy-to-azure GitHub Actions workflow
2 parents dba53ad + 68f5255 commit fcf93cf

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)