Skip to content

Commit 59dfb2c

Browse files
committed
prevent release to run parallel to build
1 parent 471dcd6 commit 59dfb2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818

1919
release:
2020
runs-on: ubuntu-latest
21+
needs: release-build
2122
steps:
2223
- name: Checkout code
2324
uses: actions/checkout@v4

0 commit comments

Comments
 (0)