Disable concurrency

This commit is contained in:
Marc Mueller 2025-07-30 20:43:03 +02:00
parent b4f7d2022c
commit fdf10da4d9
No known key found for this signature in database

View File

@ -19,9 +19,9 @@ on:
env:
DEFAULT_PYTHON: "3.13"
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name}}
cancel-in-progress: true
# concurrency:
# group: ${{ github.workflow }}-${{ github.ref_name}}
# cancel-in-progress: true
jobs:
init: