1
0
Fork 0
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:
bo0tzz 2024-10-02 10:24:20 +02:00 committed by GitHub
parent e5457ac8ee
commit c24830acbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
cancel-in-progress: false
jobs:
pre-job: