mirror of
https://github.com/immich-app/immich.git
synced 2024-12-28 06:31:58 +00:00
fix: do not cancel running docs builds
This commit is contained in:
parent
e5457ac8ee
commit
c24830acbf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docs-build.yml
vendored
2
.github/workflows/docs-build.yml
vendored
|
@ -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 a new issue