Skip to content

Commit ca09a85

Browse files
authored
chore: disable release Slack notification for now (#273)
Signed-off-by: behnazh-w <[email protected]>
1 parent 3bbabdc commit ca09a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ jobs:
336336
# Send out release notifications after the Release was published on GitHub.
337337
# Uncomment the `if` to disable sending release notifications.
338338
notifications:
339-
# if: ${{ false }}
339+
if: ${{ false }}
340340
needs: [release]
341341
name: Send Release notifications
342342
uses: ./.github/workflows/_release-notifications.yaml

0 commit comments

Comments
 (0)