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 06eb6d9 commit 7a13f48Copy full SHA for 7a13f48
1 file changed
.github/workflows/release.yaml
@@ -106,13 +106,7 @@ jobs:
106
107
release-summary:
108
needs: [pre-flight, release]
109
- if: |
110
- (
111
- needs.pre-flight.outputs.docs_only == 'true'
112
- || needs.pre-flight.outputs.is_deployment_workflow == 'true'
113
- || always()
114
- )
115
- && !cancelled()
+ if: ${{ !cancelled() }}
116
runs-on: ubuntu-latest
117
steps:
118
- name: Result
0 commit comments