Skip to content

Commit

Permalink
ci: remove release concurrency limit
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Aug 6, 2024
1 parent d23095e commit 669c295
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ jobs:
run: pnpm run test-dts

release:
concurrency:
group: release
runs-on: ubuntu-latest
needs: [unit-test, lint-and-test-dts]
permissions:
Expand Down

0 comments on commit 669c295

Please sign in to comment.