We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccd08a8 commit 89ad5b4Copy full SHA for 89ad5b4
.github/workflows/azure-dev.yml
@@ -24,7 +24,13 @@ on:
24
# Run when pull requests are opened or updated
25
branches:
26
- main
27
+
28
# GitHub Actions workflow to deploy to Azure using azd
29
+# Ensure only one deployment runs at a time to prevent conflicts
30
+concurrency:
31
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
32
+ cancel-in-progress: false
33
34
permissions:
35
actions: read # Needed for uploading SARIF reports
36
security-events: write # Needed for uploading SARIF reports
0 commit comments