Skip to content

Commit

Permalink
ci: Removed unnecessary needs condition on release-plz workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
frol committed Aug 17, 2023
1 parent e16c889 commit 6c50cae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:
jobs:
release-plz:
runs-on: ubuntu-latest
needs: [tests, clippy, cargo-fmt]
if: github.ref == 'refs/heads/master'
steps:
- name: Checkout repository
Expand Down

0 comments on commit 6c50cae

Please sign in to comment.