Fix GH Actions concurrency

This commit is contained in:
Konstantin Wohlwend 2025-03-10 14:07:59 -07:00
parent a2dbecb606
commit 1f10e26139

View File

@ -3,7 +3,7 @@ on: push
name: TOC Generator
concurrency:
group: ${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/dev' }}
jobs: