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 17b4432 commit fff0421Copy full SHA for fff0421
.github/workflows/azure-preview-env-deploy.yml
@@ -34,7 +34,7 @@ permissions:
34
35
# This allows one deploy workflow to interrupt another
36
concurrency:
37
- group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label }}'
+ group: 'preview-env @ ${{ github.head_ref || github.run_id }}'
38
cancel-in-progress: true
39
40
jobs:
.github/workflows/azure-preview-env-destroy.yml
@@ -19,6 +19,11 @@ on:
19
permissions:
20
contents: read
21
22
+# This allows one deploy workflow to interrupt another
23
+concurrency:
24
25
+ cancel-in-progress: true
26
+
27
28
destory-azure-preview-env:
29
name: Destroy
0 commit comments