Skip to content

Commit 7a13f48

Browse files
committed
ci: simplify release-summary if-block (always() was dead code)
Signed-off-by: oliver könig <okoenig@nvidia.com>
1 parent 06eb6d9 commit 7a13f48

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,7 @@ jobs:
106106

107107
release-summary:
108108
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()
109+
if: ${{ !cancelled() }}
116110
runs-on: ubuntu-latest
117111
steps:
118112
- name: Result

0 commit comments

Comments
 (0)