mirror of
https://github.com/immich-app/immich.git
synced 2026-02-10 19:07:55 +03:00
fix: do not cancel running docs builds
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user