Skip to content

Commit dd1718e

Browse files
committed
Add concurrency to gh pages pr previews based on docs for github action
1 parent 9808525 commit dd1718e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/pull_request_docs_preview.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: "🦕 Docusaurus Documentation Website (PR Preview)"
2+
concurrency: preview-${{ github.ref }}
23

34
on:
45
pull_request:
@@ -10,8 +11,8 @@ on:
1011
- synchronize
1112
- closed
1213
paths:
13-
- 'website/**'
14-
- '.github/workflows/pull_request_docs_preview.yml'
14+
- "website/**"
15+
- ".github/workflows/pull_request_docs_preview.yml"
1516

1617
permissions:
1718
contents: write
@@ -66,4 +67,4 @@ jobs:
6667
# owner: context.repo.owner,
6768
# repo: context.repo.repo,
6869
# body: comment
69-
# });
70+
# });

0 commit comments

Comments
 (0)