Skip to content

Commit

Permalink
ci(release): add needs option
Browse files Browse the repository at this point in the history
  • Loading branch information
fu050409 committed Jul 19, 2024
1 parent 6fa92a8 commit f285605
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: ./.github/workflows/test.yml
release:
name: Release
needs: [build-and-test]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f285605

Please sign in to comment.