Skip to content

Commit 3ff89f6

Browse files
vchomakovCopilot
andauthored
fix(ci): notify success even when dependencies are skipped
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b22bf3e commit 3ff89f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@
340340
notify-success:
341341
runs-on: ubuntu-latest
342342
needs: [validate-release, build-and-publish, publish-mcp-registry]
343-
if: success()
343+
if: ${{ always() && !cancelled() && needs.build-and-publish.result == 'success' }}
344344
steps:
345345
- name: ⚙️ Success notification
346346
run: |

0 commit comments

Comments
 (0)