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 610b934 commit 0192529Copy full SHA for 0192529
.github/workflows/preview-deploy.yml
@@ -8,7 +8,7 @@ on:
8
branches: [ develop ]
9
10
concurrency:
11
- group: preview-${{ github.ref }}
+ group: preview-${{ github.head_ref }}
12
cancel-in-progress: true
13
14
permissions:
.github/workflows/preview-destroy.yml
@@ -6,7 +6,7 @@ on:
6
types: [ closed ]
7
0 commit comments