Skip to content

Commit

Permalink
Update workflow to remove publish-dry-run
Browse files Browse the repository at this point in the history
  • Loading branch information
stellarsaur committed Feb 13, 2024
1 parent afcae76 commit cc5cf33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

complete:
if: always()
needs: [fmt, rust-analyzer-compat, build-and-test, publish-dry-run]
needs: [fmt, rust-analyzer-compat, build-and-test]
runs-on: ubuntu-latest
steps:
- if: contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled')
Expand Down

0 comments on commit cc5cf33

Please sign in to comment.