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.
2 parents 610b934 + 0192529 commit 10170e6Copy full SHA for 10170e6
.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