fix: do not cancel running docs builds
parent
e5457ac8ee
commit
c24830acbf
|
|
@ -9,7 +9,7 @@ on:
|
|||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
cancel-in-progress: false
|
||||
|
||||
jobs:
|
||||
pre-job:
|
||||
|
|
|
|||
Loading…
Reference in New Issue