Avoid concurrent javadoc building.
This commit is contained in:
parent
127f3f6f43
commit
02011aa029
1 changed files with 4 additions and 0 deletions
4
.github/workflows/gradle.yml
vendored
4
.github/workflows/gradle.yml
vendored
|
|
@ -9,6 +9,10 @@ on:
|
|||
permissions:
|
||||
contents: read
|
||||
|
||||
concurrency:
|
||||
group: doc_generation
|
||||
cancel-in-progress: false
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue