Skip to content

Commit 7029dbd

Browse files
committed
Fix concurrency configuration: Remove matrix reference from workflow-level config
1 parent 6d834bc commit 7029dbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ name: API Test Automation CI/CD
1212

1313
# Add concurrency control to prevent resource conflicts
1414
concurrency:
15-
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.python-version }}
15+
group: ${{ github.workflow }}-${{ github.ref }}
1616
cancel-in-progress: true
1717

1818
permissions:

0 commit comments

Comments
 (0)