浏览代码

fix:update notify

dt-yy 11 月之前
父节点
当前提交
a962824b35
共有 2 个文件被更改,包括 1 次插入2 次删除
  1. 1 1
      .github/workflows/cli.yml
  2. 0 1
      .github/workflows/daily.yml

+ 1 - 1
.github/workflows/cli.yml

@@ -37,7 +37,7 @@ jobs:
         cd $GITHUB_WORKSPACE && pytest -m P0 -s -v tests/test_cli/test_cli_sdk.py
 
   notify_to_feishu:
-    if: ${{ always() && !cancelled() && contains(needs.*.result, 'failure') && (github.ref_name == 'master') }}
+    if: ${{ always() && !cancelled() && contains(needs.*.result, 'failure')}}
     needs: cli-test
     runs-on: pdf
     steps:

+ 0 - 1
.github/workflows/daily.yml

@@ -1 +0,0 @@
-