We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dba53ad + 68f5255 commit fcf93cfCopy full SHA for fcf93cf
1 file changed
.github/workflows/deploy-to-azure.yml
@@ -5,6 +5,10 @@ on:
5
branches: ["main"]
6
workflow_dispatch:
7
8
+concurrency:
9
+ group: deploy-to-azure
10
+ cancel-in-progress: false
11
+
12
permissions:
13
id-token: write
14
contents: read
0 commit comments