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

View File

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