Skip to content

Commit

Permalink
fix: Remove concurrency from CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MountainGod2 committed Nov 6, 2024
1 parent 1c353b6 commit b18d9da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
ci:
name: CI - Code Quality and Documentation Build
runs-on: ubuntu-latest
concurrency: ci-${{ github.ref }}
strategy:
matrix:
python-version: [3.11, 3.12, 3.13]
Expand Down

0 comments on commit b18d9da

Please sign in to comment.