fix: remove duplicate concurrency block in workflow

This commit is contained in:
root 2026-03-29 08:33:14 +00:00
parent f397769ce0
commit 9fb0874812

View File

@ -8,10 +8,6 @@ concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest