Skip to content

Commit bd83512

Browse files
committed
refactor: ♻️ Prevent concurrency issue w merging pr b4 deploy finishes
1 parent 6baf921 commit bd83512

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-preview-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Deploy preview environment
22

33
concurrency:
4-
group: preview-app-deploy-${{ github.event_name }}-${{ github.ref_name || github.event.ref || github.event.pull_request.head.ref }}
4+
group: preview-app-${{ github.ref_name || github.event.ref || github.event.pull_request.head.ref }}
55
cancel-in-progress: true
66

77
on:

0 commit comments

Comments
 (0)