Skip to content

Commit 965cf81

Browse files
feat: Add concurrency to docs-preview-create.yml (#1123)
1 parent 3e6083e commit 965cf81

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docs-preview-create.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ jobs:
2727
Sync:
2828
name: Sync
2929
runs-on: ubuntu-latest
30+
31+
concurrency:
32+
group: preview-${{ inputs.repo }}-${{ inputs.pr }} # can't reference env here
33+
cancel-in-progress: true
34+
3035
steps:
3136
- uses: actions/checkout@v4
3237
with:

0 commit comments

Comments
 (0)