Skip to content

Commit

Permalink
ci: needs doesn't work cross-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchilly committed Jul 10, 2023
1 parent 689fe39 commit 91b5a02
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ jobs:
release:
name: release
if: ${{ github.ref == 'refs/heads/main' }}
needs:
- docs
- tests
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
Expand Down

0 comments on commit 91b5a02

Please sign in to comment.