We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0140e88 commit 55a3df2Copy full SHA for 55a3df2
.github/workflows/rust-release.yml
@@ -136,12 +136,8 @@ jobs:
136
publish:
137
name: Publish Release
138
runs-on: depot-ubuntu-latest
139
- needs: [check-release-status, release-pr]
140
- # Allow release-pr to be skipped (for prereleases)
+ needs: check-release-status
141
if: |
142
- always() &&
143
- !failure() &&
144
- !cancelled() &&
145
github.ref == 'refs/heads/main' &&
146
((github.event_name == 'workflow_dispatch' && inputs.prerelease) ||
147
(github.event_name == 'push' && needs.check-release-status.outputs.should_release == 'true'))
0 commit comments