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.
if
1 parent 709332b commit 16fb530Copy full SHA for 16fb530
.github/workflows/release.yml
@@ -58,7 +58,7 @@ jobs:
58
59
build-binaries:
60
name: Build binaries
61
- if: always() && (if: github.event.pull_request.merged || (github.event_name == 'workflow_dispatch' && needs.publish-dry-run.result == 'success'))
+ if: always() && (github.event.pull_request.merged || (github.event_name == 'workflow_dispatch' && needs.publish-dry-run.result == 'success'))
62
strategy:
63
matrix:
64
include:
0 commit comments