Skip to content

Commit a6f9ec4

Browse files
committed
Make release run in parallel
1 parent 93372f0 commit a6f9ec4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ jobs:
5252
build:
5353
name: Build Release
5454
runs-on: ubuntu-latest
55-
needs: test
56-
55+
5756
steps:
5857
- name: Checkout code
5958
uses: actions/checkout@v4

0 commit comments

Comments
 (0)