Skip to content

Commit 78ab750

Browse files
add concurrency for pkgdown also
1 parent 4168467 commit 78ab750

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44

55
name: pkgdown
66

7+
concurrency:
8+
group: ${{ github.workflow }}-${{ github.head_ref }}
9+
cancel-in-progress: true
10+
11+
712
jobs:
813
pkgdown:
914
runs-on: macOS-latest

0 commit comments

Comments
 (0)