We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6baf921 commit bd83512Copy full SHA for bd83512
1 file changed
.github/workflows/deploy-preview-app.yml
@@ -1,7 +1,7 @@
1
name: Deploy preview environment
2
3
concurrency:
4
- group: preview-app-deploy-${{ github.event_name }}-${{ github.ref_name || github.event.ref || github.event.pull_request.head.ref }}
+ group: preview-app-${{ github.ref_name || github.event.ref || github.event.pull_request.head.ref }}
5
cancel-in-progress: true
6
7
on:
0 commit comments