Skip to content

Commit fa2647d

Browse files
committed
Add concurrency
1 parent 5221216 commit fa2647d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/preview-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ permissions:
3131

3232
jobs:
3333
build:
34+
concurrency:
35+
group: ${{ github.workflow }}-${{ github.ref }}
36+
cancel-in-progress: true
3437
runs-on: ubuntu-latest
3538
steps:
3639

0 commit comments

Comments
 (0)