We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd941d7 commit 3e54688Copy full SHA for 3e54688
.github/workflows/update.yml
@@ -1,4 +1,4 @@
1
-name: Incremental Build Website Docs Triggered By Push Events
+name: Incremental build website docs triggered by push events
2
3
on: repository_dispatch
4
@@ -190,6 +190,7 @@ jobs:
190
notify-feishu-on-failure:
191
name: Notify Feishu on Failure
192
runs-on: ubuntu-latest
193
+ needs: build
194
if: failure()
195
steps:
196
- name: Send notification to Feishu on failure
0 commit comments