Disable concurrency restrictions

This commit is contained in:
momo5502
2025-01-06 12:36:46 +01:00
parent e0278c2ff4
commit d9676cceb6

View File

@@ -10,9 +10,9 @@ on:
types: [opened, synchronize, reopened]
workflow_dispatch:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
#concurrency:
# group: ${{ github.ref }}
# cancel-in-progress: true
jobs:
dump-registry: