Skip to content

Commit 805be6c

Browse files
committed
Avoiding concurrent preview generation in order to keep cache safe
1 parent 840da5e commit 805be6c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/vercel-preview.yml

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
pull_request:
88
types: [opened, synchronize]
99

10+
concurrency:
11+
group: vercel
12+
cancel-in-progress: false
13+
1014
jobs:
1115
run:
1216
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)