Skip to content

Commit 813eca8

Browse files
authored
multinode: Make SLACK_WEBHOOK_URL secret optional
1 parent 2be32f3 commit 813eca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/multinode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ on:
8080
OS_APPLICATION_CREDENTIAL_SECRET:
8181
required: true
8282
SLACK_WEBHOOK_URL:
83-
required: true
83+
required: false
8484

8585
jobs:
8686
multinode:

0 commit comments

Comments
 (0)