Skip to content

Commit

Permalink
ci: release needs test
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Nov 11, 2024
1 parent 9c158b0 commit 0e27e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
name: Release
runs-on: ubuntu-latest
if: ${{ startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' }}
needs: [linux, musllinux, windows, macos, sdist]
needs: [test, linux, musllinux, windows, macos, sdist]
permissions:
id-token: write
contents: write
Expand Down

0 comments on commit 0e27e7c

Please sign in to comment.