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: env:
DEFAULT_PYTHON: "3.13" DEFAULT_PYTHON: "3.13"
concurrency: # concurrency:
group: ${{ github.workflow }}-${{ github.ref_name}} # group: ${{ github.workflow }}-${{ github.ref_name}}
cancel-in-progress: true # cancel-in-progress: true
jobs: jobs:
init: init: