Skip to content

Commit 3e54688

Browse files
committed
feat: update github workflows
EE-18909
1 parent fd941d7 commit 3e54688

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Incremental Build Website Docs Triggered By Push Events
1+
name: Incremental build website docs triggered by push events
22

33
on: repository_dispatch
44

@@ -190,6 +190,7 @@ jobs:
190190
notify-feishu-on-failure:
191191
name: Notify Feishu on Failure
192192
runs-on: ubuntu-latest
193+
needs: build
193194
if: failure()
194195
steps:
195196
- name: Send notification to Feishu on failure

0 commit comments

Comments
 (0)