feat(ci): 补全所有CI job失败通知 + 部署成功通知 #229
Reference in New Issue
Block a user
Delete Branch "feat/ci-notify-all-jobs-v2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
变更说明
基于最新 develop 分支重建的干净PR,替换旧的 #228(原分支太老,有4个文件冲突,CI也因为代码版本不一致各种出问题)。
改动内容
新增
scripts/ci_notify_success.py— 部署成功通知脚本(飞书卡片,绿色成功样式)修改
.gitea/workflows/ci-cd.yml:给以下 7 个 job 加上失败通知:
给以下 2 个部署 job 加上成功通知(部署完成后发):
参考
scripts/ci_notify_success.py